Skip to content

Commit 5c12d3d

Browse files
authored
Update benchmark.native.js
Signed-off-by: Harsh <[email protected]>
1 parent a76f9f2 commit 5c12d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4444
var z;
4545
var i;
4646

47-
x = uniform( 100.0, -5.0e6, 5.0e6 );
48-
y = uniform( 100.0, -5.0e6, 5.0e6 );
47+
x = uniform( 100, -5.0e6, 5.0e6 );
48+
y = uniform( 100, -5.0e6, 5.0e6 );
4949

5050
b.tic();
5151
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)