Skip to content

Commit 8d3b925

Browse files
committed
bench: fix buffer size
1 parent 43cc884 commit 8d3b925

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/offset/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/offset/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bench( pkg, function benchmark( b ) {
3535
var n;
3636
var i;
3737

38-
buf = zeros( 10000 );
38+
buf = zeros( 20000 );
3939

4040
values = [
4141
ndarray( 'generic', buf, [ 10, 10, 10, 1 ], [ 1000, 100, 10, 1 ], 100, 'row-major' ),

0 commit comments

Comments
 (0)