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