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

timeit-js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeit-js - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

8

package.json
{
"name": "timeit-js",
"version": "0.0.9",
"description": "Performance Measuring for Node JS",
"version": "0.0.10",
"description": "Simple Performance Measurement for Node.js",
"main": "index.js",

@@ -18,4 +18,4 @@ "scripts": {

"Performance",
"Time",
"Measuring"
"Time Measurement",
"Node.js"
],

@@ -22,0 +22,0 @@ "author": "Markus Feiks",

# timeit-js
Simple Node Performance Measurement
Simple Performance Measurement for Node.js

@@ -36,5 +36,5 @@ Measure the average execution time of a function. If you find any bugs or have suggestions feel free to help and fork the package.

|-----------|---------|--------:
`e` | Function Executions | 1000
`r` | Test repetitions | 1
`l` | Show result in logs | true
`e` | Number of function executions | 1000
`r` | Number of test repetitions | 1
`l` | Show timeit-result in logs | true
`d` | Number of decimals in Logging text | 6

@@ -41,0 +41,0 @@

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