Skip to content

Commit 7a88267

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/c/benchmark.c
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent 5f8795b commit 7a88267

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/c/benchmark.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 "lcmf"
27-
#define ITERATIONS 10000
27+
#define ITERATIONS 1000000
2828
#define REPEATS 3
2929

3030
/**

0 commit comments

Comments
 (0)