diff --git a/examples/node/benchmark.js b/examples/node/benchmark.js index 0c313eb..728d1d5 100644 --- a/examples/node/benchmark.js +++ b/examples/node/benchmark.js @@ -21,7 +21,6 @@ const worker = createWorker(); console.log(file + " [x10] runtime: " + timeDif + "s"); } - console.log("Total runtime: " + timeTotal + "s"); await worker.terminate();