Skip to content

Commit 7b36816

Browse files
chore:Update benchmark.js
Signed-off-by: yaswanth <[email protected]>
1 parent 23f6847 commit 7b36816

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/skewness/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/skewness/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bench( pkg, function benchmark( b ) {
4343
beta = new Float64Array( len );
4444
for ( i = 0; i < len; i++ ) {
4545
alpha[ i ] = uniform( 3.0 + EPS, 10.0 );
46-
beta[ i ] = uniform(EPS, 10.0 );
46+
beta[ i ] = uniform( EPS, 10.0 );
4747
}
4848

4949
b.tic();

0 commit comments

Comments
 (0)