diff --git a/benchmark/common.js b/benchmark/common.js index a6a1d87af84f9e..d4b8bdfa51d14b 100644 --- a/benchmark/common.js +++ b/benchmark/common.js @@ -201,7 +201,7 @@ Benchmark.prototype.end = function(operations) { Benchmark.prototype.report = function(value) { var heading = this.getHeading(); if (!silent) - console.log('%s: %s', heading, value.toFixed(0)); + console.log('%s: %s', heading, value.toFixed(5)); process.exit(0); };