We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6863b98 commit b4610ccCopy full SHA for b4610cc
lib/node_modules/@stdlib/bench/examples/short_circuiting.js
@@ -24,7 +24,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
24
var bench = require( './../lib' );
25
26
var opts = {
27
- 'iterations': 1e9,
+ 'iterations': 1e8,
28
'repeats': 3
29
};
30
0 commit comments