Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mocha-performance

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-performance - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json

@@ -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"
}
}
},
...
]
}
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc