Comparing version 1.7.0 to 1.7.1
@@ -108,5 +108,6 @@ #!/usr/bin/env node | ||
console.log(result.fullTitle, | ||
Math.round(otherResult.metadata.operationsPrSecond), | ||
'vs.', | ||
Math.round(result.metadata.operationsPrSecond), | ||
'/', | ||
Math.round(otherResult.metadata.operationsPrSecond), | ||
'ops', | ||
(100 * Math.abs(ratio)).toFixed(2) + '%', | ||
@@ -113,0 +114,0 @@ ratio < 0 ? 'slower' : 'faster' |
{ | ||
"name": "chewbacca", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "A benchmark tool for Mocha test that will run the body of each test many times.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
15780
335