We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773888c commit e020cfaCopy full SHA for e020cfa
benchmark/index.js
@@ -1,5 +1,5 @@
1
var async = require('async');
2
-var max = 40000;
+var max = 10000;
3
var maxTimes = 3;
4
var doLoops = function(bench, loops, times, cb) {
5
var start = new Date();
0 commit comments