Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "timeit-js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Performance Measuring for Node JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ # timeit-js | ||
*/ | ||
timeit.measure(fn, args, e, r=1) | ||
timeit.measure(fn, args, e=100000, r=1) | ||
``` |
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
2845