@bunchmark/core
Advanced tools
Comparing version 1.0.0-pre-12 to 1.0.0-pre-13
{ | ||
"name": "@bunchmark/core", | ||
"version": "1.0.0-pre-12", | ||
"version": "1.0.0-pre-13", | ||
"description": "benchmarking lib", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -137,3 +137,3 @@ export { run }; | ||
for (const j in sh) { | ||
console.log(Object.keys(sh[k]), sh[k].i) | ||
console.log(Object.keys(sh[j]), sh[j].i) | ||
yield { kind: "task", task: runOne(sh[j]), i: sh[j].i }; | ||
@@ -140,0 +140,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