We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac5c28 commit 9890eaaCopy full SHA for 9890eaa
benchmark/misc/startup.js
@@ -49,7 +49,7 @@ function spawnWorker(script, bench, state) {
49
bench.start();
50
}
51
if (state.finished < state.count) {
52
- spawnProcess(script, bench, state);
+ spawnWorker(script, bench, state);
53
} else {
54
bench.end(state.count);
55
0 commit comments