Skip to content

Commit 112e55c

Browse files
authored
update benchmark.native.js
Signed-off-by: Harsh <[email protected]>
1 parent 19cc669 commit 112e55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/is-probabilityf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4747
opts = {
4848
'dtype': 'float32'
4949
};
50-
x = uniform( len, -1.0, 1.0, opts );
50+
x = uniform( 100, -1.0, 1.0, opts );
5151

5252
b.tic();
5353
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)