in www/benchmarks/uubench.js [74:81]
Suite.prototype.bench = function(name, fn) {
var self = this;
self.tests.push(new Bench(name, fn, this.options, function(stats) {
self.emit("result", name, stats);
self.pending--;
self.check();
}));
}