mocha-performance
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
@@ -22,2 +22,28 @@ # mocha-performance | ||
$ npm run performance | ||
> jsonapi-server@0.8.0 performance /home/ninj4/repos/jsonapi-server | ||
> node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha --reporter mocha-performance ./test/*.js | ||
{ | ||
"totalTime": 797, | ||
"functions": [ | ||
{ | ||
"path": "/lib/responseHelper.js:exports._generateLink", | ||
"callCount": 404, | ||
"optimised": { | ||
"No": 368, | ||
"Yes": 35 | ||
}, | ||
"durations": { | ||
"return": { | ||
"min": "0.00", | ||
"average": "0.06", | ||
"max": "2.21", | ||
"totalTime": "22.79" | ||
} | ||
} | ||
}, | ||
... | ||
] | ||
} | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6885
49