Skip to content

Commit

Permalink
add ops to csv output
Browse files Browse the repository at this point in the history
  • Loading branch information
landau committed Jan 20, 2015
1 parent e8c8aa2 commit 5f37515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matcha/reporters/csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = function(runner, utils) {
console.log(curDate + ',"' +
curSuite + '","' +
curBench + '",' +
results.ops.toFixed(0) + "," +
results.elapsed.toFixed(6) + "," +
results.iterations
);
Expand Down

0 comments on commit 5f37515

Please sign in to comment.