Skip to content

Commit d394f5f

Browse files
author
aayush0325
committed
feat: updated benchmarks with pre-computation
1 parent 66a0a8c commit d394f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lucasf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4343
var y;
4444
var i;
4545

46-
x = randu( 100, -50, 50 );
46+
x = randu( 100, 0, 34 );
4747

4848
b.tic();
4949
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)