print-execution-time
Advanced tools
Comparing version 0.0.8 to 1.0.0
{ | ||
"name": "print-execution-time", | ||
"version": "0.0.8", | ||
"version": "1.0.0", | ||
"description": "Print execution time in simplest way", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ # Print Execution Time | ||
//Some code | ||
for(let i = 0; i < 999999; i++){ | ||
for(let i = 0; i < 999999999; i++){ | ||
@@ -22,2 +22,4 @@ } | ||
execTime.print(); | ||
// Execution time: 845ms | ||
``` | ||
@@ -24,0 +26,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1261
1
27