Skip to content

Commit e020cfa

Browse files
committed
reduce bench itterations
1 parent 773888c commit e020cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var async = require('async');
2-
var max = 40000;
2+
var max = 10000;
33
var maxTimes = 3;
44
var doLoops = function(bench, loops, times, cb) {
55
var start = new Date();

0 commit comments

Comments
 (0)