Skip to content

Commit 982aa6a

Browse files
authored
bench: increase range
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 0bf6b8f commit 982aa6a

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/weibull/mode/benchmark/c

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/weibull/mode/benchmark/c/benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ static double benchmark( void ) {
101101
int i;
102102

103103
for ( i = 0; i < 100; i++ ) {
104-
lambda[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 1.0 );
105-
k[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 1.0 );
104+
lambda[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 10.0 );
105+
k[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 10.0 );
106106
}
107107

108108
t = tic();

0 commit comments

Comments
 (0)