We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dc71e commit 468d6f7Copy full SHA for 468d6f7
lib/node_modules/@stdlib/ndarray/casting-modes/benchmark/benchmark.js
@@ -35,8 +35,8 @@ bench( pkg, function benchmark( b ) {
35
b.tic();
36
for ( i = 0; i < b.iterations; i++ ) {
37
out = modes();
38
- if ( out.length !== 5 ) {
39
- b.fail( 'should return an array of length 5' );
+ if ( out.length > 1 ) {
+ b.fail( 'should return an array' );
40
}
41
42
b.toc();
0 commit comments