Skip to content

Commit 327ac26

Browse files
committed
fix: update nargs in benchmark
Signed-off-by: Snehil Shah <[email protected]>
1 parent 4e930ca commit 327ac26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static double benchmark2( int iterations, int len ) {
150150
t = tic();
151151
for ( i = 0; i < iterations; i++ ) {
152152
// cppcheck-suppress uninitvar
153-
v = stdlib_strided_snansumors_ndarray( len, x, 1 );
153+
v = stdlib_strided_snansumors_ndarray( len, x, 1, 0 );
154154
if ( v != v ) {
155155
printf( "should not return NaN\n" );
156156
break;

0 commit comments

Comments
 (0)