]> zoso.dev Git - libnemo.git/commitdiff
Increase block performance count now that it's basically done.
authorChris Duncan <chris@zoso.dev>
Sat, 21 Dec 2024 15:26:25 +0000 (07:26 -0800)
committerChris Duncan <chris@zoso.dev>
Sat, 21 Dec 2024 15:26:25 +0000 (07:26 -0800)
perf/block.perf.js

index 6ee56c510aa1a39f27eb4a5857ad6bb11326d9a0..33ee012e75c39ff34f97614f31c08310257d62f1 100644 (file)
@@ -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 = []