mirror of https://github.com/nodejs/node.git
benchmark: update comment in common.js
Very minor update in benchmark/common.js Not exactly a critical change, just continued cleaning out of old joyent/node PRs that never landed. Ref: https://github.com/nodejs/node-v0.x-archive/pull/8515 PR-URL: https://github.com/nodejs/node/pull/2399 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>pull/3010/merge
parent
37cdeafa2f
commit
7a58157d4e
|
@ -137,7 +137,7 @@ Benchmark.prototype._run = function() {
|
||||||
if (this.config)
|
if (this.config)
|
||||||
return this.fn(this.config);
|
return this.fn(this.config);
|
||||||
|
|
||||||
// one more more options weren't set.
|
// some options weren't set.
|
||||||
// run with all combinations
|
// run with all combinations
|
||||||
var main = require.main.filename;
|
var main = require.main.filename;
|
||||||
var settings = [];
|
var settings = [];
|
||||||
|
|
Loading…
Reference in New Issue