]> zoso.dev Git - libnemo.git/commitdiff
Remove redundant work logging.
authorChris Duncan <chris@zoso.dev>
Thu, 12 Dec 2024 21:26:26 +0000 (13:26 -0800)
committerChris Duncan <chris@zoso.dev>
Thu, 12 Dec 2024 21:26:26 +0000 (13:26 -0800)
perf/block.perf.js

index 210250da19444973841a2db33e38e21a1db4c4db..ba814da6c2267e45a23d1975e6b10eb1d098fb57 100644 (file)
@@ -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`)