Suite.prototype.check = function()

in www/benchmarks/uubench.js [101:104]


Suite.prototype.check = function() {
  if (this.pending) return;
  this.emit("done", new Date().getTime() - this.start);
}