Skip to content

Commit cdf3a62

Browse files
authored
bench: reorder declarations
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6faa847 commit cdf3a62

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/node_modules/@stdlib/stats/strided/distances/dminkowski/benchmark/c/benchmark.length.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ int main( void ) {
195195
int i;
196196
int j;
197197
int p;
198+
double elapsed;
199+
int count;
200+
int iter;
201+
int len;
202+
int i;
203+
int j;
204+
int p;
198205

199206
// Use the current time to seed the random number generator:
200207
srand( time( NULL ) );

0 commit comments

Comments
 (0)