From 0c5f8e300a4c746d701b98681e94256edd9694ab Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 12 Dec 2024 13:26:26 -0800 Subject: [PATCH] Remove redundant work logging. --- perf/block.perf.js | 1 - 1 file changed, 1 deletion(-) diff --git a/perf/block.perf.js b/perf/block.perf.js index 210250d..ba814da 100644 --- a/perf/block.perf.js +++ b/perf/block.perf.js @@ -27,7 +27,6 @@ await suite('Block performance', async () => { times.push(end - start) console.log(`${block.work} (${end - start} ms)`) } - console.log(block.work) const { total, arithmetic, harmonic, geometric } = average(times) console.log(`Total: ${total} ms`) console.log(`Average: ${arithmetic} ms`) -- 2.34.1