Skip to content

Commit d311880

Browse files
authored
chore: update benchmark
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 75faea6 commit d311880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/zdotc/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function createBenchmark( len ) {
7373
}
7474
}
7575
b.toc();
76-
if ( isnan( real( z ) ) || isnan( imag( z ) )) {
76+
if ( isnan( real( z ) ) ) {
7777
b.fail( 'should not return NaN' );
7878
}
7979
b.pass( 'benchmark finished' );

0 commit comments

Comments
 (0)