diff --git a/lib/node_modules/@stdlib/blas/base/zdrot/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/zdrot/benchmark/c/benchmark.length.c index 0adb4e7c2f6..5c3fa04ed14 100644 --- a/lib/node_modules/@stdlib/blas/base/zdrot/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/zdrot/benchmark/c/benchmark.length.c @@ -27,7 +27,7 @@ #define ITERATIONS 10000000 #define REPEATS 3 #define MIN 1 -#define MAX 5 +#define MAX 6 /** * Prints the TAP version.