Skip to content

Commit b4610cc

Browse files
committed
Reduce iterations
1 parent 6863b98 commit b4610cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/bench/examples/short_circuiting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
2424
var bench = require( './../lib' );
2525

2626
var opts = {
27-
'iterations': 1e9,
27+
'iterations': 1e8,
2828
'repeats': 3
2929
};
3030

0 commit comments

Comments
 (0)