Skip to content

Commit

Permalink
add node version to benchmark output
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Early committed Jun 7, 2015
1 parent 390f863 commit 392afe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perf/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ var totalTime = {};
totalTime[version0] = wins[version0] = 0;
totalTime[version1] = wins[version1] = 0;

console.log("Comparing " + version0 + " with " + version1);
console.log("Comparing " + version0 + " with " + version1 +
" on Node " + process.version);
console.log("--------------------------------------");


Expand Down

0 comments on commit 392afe1

Please sign in to comment.