Skip to content

Commit

Permalink
benchmark: update comment in common.js
Browse files Browse the repository at this point in the history
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: nodejs/node-v0.x-archive#8515
PR-URL: #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>
  • Loading branch information
JungMinu authored and rvagg committed Sep 30, 2015
1 parent 4fc8993 commit 3de58b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Benchmark.prototype._run = function() {
if (this.config)
return this.fn(this.config);

// one more more options weren't set.
// some options weren't set.
// run with all combinations
var main = require.main.filename;
var settings = [];
Expand Down

0 comments on commit 3de58b9

Please sign in to comment.