Skip to content

Commit cb2e640

Browse files
authored
bench: reduce array size
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent a458ee9 commit cb2e640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/blas/ext/base/dvander/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define ITERATIONS 1000000
2929
#define REPEATS 3
3030
#define MIN 1
31-
#define MAX 6
31+
#define MAX 3
3232

3333
/**
3434
* Prints the TAP version.

0 commit comments

Comments
 (0)