From: Chris Duncan Date: Thu, 12 Dec 2024 21:26:26 +0000 (-0800) Subject: Remove redundant work logging. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=0c5f8e300a4c746d701b98681e94256edd9694ab;p=libnemo.git Remove redundant work logging. --- 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`)