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.
  • Loading branch information
JungMinu authored and jasnell committed Sep 25, 2015
1 parent 5ac5419 commit fdb7cf5
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 fdb7cf5

Please sign in to comment.