From 049075216df9768c0374699dfcf741116bb961ac Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 21 Dec 2024 07:26:25 -0800 Subject: [PATCH] Increase block performance count now that it's basically done. --- perf/block.perf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.34.1