Skip to content

Commit bdb8a1a

Browse files
authored
update benchmark.native.js
Signed-off-by: Harsh <[email protected]>
1 parent 1de6b88 commit bdb8a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/int32-is-odd/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': 'int32'
4949
};
50-
x = uniform( 100, -5.0e6, 5.0e6, opts );
50+
x = discreteUniform( 100, -5.0e6, 5.0e6, opts );
5151

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

0 commit comments

Comments
 (0)