From: Chris Duncan Date: Sat, 21 Dec 2024 15:26:25 +0000 (-0800) Subject: Increase block performance count now that it's basically done. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=049075216df9768c0374699dfcf741116bb961ac;p=libnemo.git Increase block performance count now that it's basically done. --- diff --git a/perf/block.perf.js b/perf/block.perf.js index 6ee56c5..33ee012 100644 --- a/perf/block.perf.js +++ b/perf/block.perf.js @@ -9,7 +9,7 @@ import { SendBlock, ReceiveBlock } from '#dist/main.js' import 'nano-webgl-pow' await suite('Block performance', async () => { - const COUNT = 0x1 + const COUNT = 0x10 await test(`Customized PoW: Time to calculate proof-of-work for a receive block ${COUNT} times`, async () => { const times = []