Skip to content

Commit 3890967

Browse files
committed
Refactor benchmark.js to ensure consistency
1 parent b6cf258 commit 3890967

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/laplace/quantile/benchmark

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/laplace/quantile/benchmark/benchmark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ bench( pkg, function benchmark( b ) {
4848
mu[ i ] = uniform( -50.0, 50.0 );
4949
scale[ i ] = uniform( EPS, 20.0 );
5050
}
51+
5152
b.tic();
5253
for ( i = 0; i < b.iterations; i++ ) {
5354
y = quantile( p[ i % len ], mu[ i % len ], scale[ i % len ] );

0 commit comments

Comments
 (0)