Skip to content

Commit 0915533

Browse files
Update benchmark.native.js
Signed-off-by: Karan Anand <[email protected]>
1 parent e71d210 commit 0915533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/minmaxf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
6060
}
6161
b.toc();
6262
if ( !isFloat32Array( z ) ) {
63-
b.fail( 'should return a Float64Array' );
63+
b.fail( 'should return a Float32Array' );
6464
}
6565
b.pass( 'benchmark finished' );
6666
b.end();

0 commit comments

Comments
 (0)