Skip to content

Commit 677907e

Browse files
authored
Update benchmark.native.js
Signed-off-by: Rishav Tarway <[email protected]>
1 parent 1bfdd06 commit 677907e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/median/benchmark/benchmark.native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5151
n = new Float64Array( len );
5252
p = new Float64Array( len );
5353
for ( i = 0; i < len; i++ ) {
54-
n[ i ] = discreteUniform( 1, 100 );
55-
p[ i ] = uniform( 0.0, 1.0);
54+
n[ i ] = discreteUniform( 1, 100 );
55+
p[ i ] = uniform( 0.0, 1.0);
5656
}
5757

5858
b.tic();

0 commit comments

Comments
 (0)