Comparing version 0.0.8 to 0.0.9
@@ -40,8 +40,2 @@ /** | ||
function sum () { | ||
return [...arguments].reduce((p, c) => p+c, 0) | ||
} | ||
timeit(sum, args=[1, 2, 3, 4], options={e: 100000, r: 1, d: 6}) | ||
module.exports = timeit |
{ | ||
"name": "timeit-js", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Performance Measuring for Node JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3761
31