Skip to content

Commit 690cbf8

Browse files
authored
bench: revert iteration change
Signed-off-by: Athan <[email protected]>
1 parent 94722b9 commit 690cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/smediansorted/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <sys/time.h>
2525

2626
#define NAME "smediansorted"
27-
#define ITERATIONS 1000000
27+
#define ITERATIONS 10000000
2828
#define REPEATS 3
2929
#define MIN 1
3030
#define MAX 6

0 commit comments

Comments
 (0)