Skip to content

Commit 922656b

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)