reduce bench itterations

This commit is contained in:
bmc 2013-04-04 13:50:17 -05:00
parent 3d7c31fa4a
commit 835f71a76f

View File

@ -1,5 +1,5 @@
var async = require('async');
var max = 40000;
var max = 10000;
var maxTimes = 3;
var doLoops = function(bench, loops, times, cb) {
var start = new Date();