Comparing version 0.0.9 to 0.0.10
{ | ||
"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 @@ |
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
3815