Browse Source

Minor edit

feat/worker_threads
Your Name 2 years ago
parent
commit
0a4b4d77af
  1. 1
      examples/node/benchmark.js

1
examples/node/benchmark.js

@ -21,7 +21,6 @@ const worker = createWorker();
console.log(file + " [x10] runtime: " + timeDif + "s"); console.log(file + " [x10] runtime: " + timeDif + "s");
} }
console.log("Total runtime: " + timeTotal + "s"); console.log("Total runtime: " + timeTotal + "s");
await worker.terminate(); await worker.terminate();

Loading…
Cancel
Save