Skip to content

Commit 6faa847

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

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
@@ -188,6 +188,13 @@ int main( void ) {
188188
int i;
189189
int j;
190190
int p;
191+
double elapsed;
192+
int count;
193+
int iter;
194+
int len;
195+
int i;
196+
int j;
197+
int p;
191198

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

0 commit comments

Comments
 (0)