Skip to content

Commit 69601d4

Browse files
authored
bench: update range
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c792b4b commit 69601d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/triangular/logpdf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bench( format( '%s::native', pkg ), opts, function benchmark( b ) {
5656
max = new Float64Array( len );
5757
mode = new Float64Array( len );
5858
for ( i = 0; i < len; i++ ) {
59-
x[ i ] = uniform( 0.0, 30.0 );
59+
x[ i ] = uniform( 10.0, 40.0 );
6060
min[ i ] = uniform( 0.0, 10.0 );
6161
max[ i ] = uniform( min[ i ] + EPS, 40.0 + EPS + min[ i ] );
6262
mode[ i ] = uniform( max[ i ], max[ i ] );

0 commit comments

Comments
 (0)