]> zoso.dev Git - libnemo.git/commitdiff
Fix block perf test suite messages.
authorChris Duncan <chris@zoso.dev>
Tue, 7 Jan 2025 21:45:41 +0000 (13:45 -0800)
committerChris Duncan <chris@zoso.dev>
Tue, 7 Jan 2025 21:45:41 +0000 (13:45 -0800)
perf/block.perf.js

index 37c681c1ffeb722392c1b88ebc78f8d23a29d861..66910aa102208d5b5a1e07c8a1a8d129a1bbdaab 100644 (file)
@@ -11,7 +11,7 @@ import 'nano-webgl-pow'
 await suite('Block performance', async () => {
        const COUNT = 0x20
 
-       await test(`PowGpu: Time to calculate proof-of-work for a block hash ${COUNT} times`, async () => {
+       await test(`PowGpu: Calculate proof-of-work for 6 unique block hashes`, async () => {
                const times = []
                const hashes = [
                        NANO_TEST_VECTORS.PRIVATE_0,
@@ -37,7 +37,7 @@ await suite('Block performance', async () => {
                console.log(`Maximum: ${max} ms`)
        })
 
-       await test(`PowGl: Time to calculate proof-of-work for a block hash ${COUNT} times`, async () => {
+       await test(`PowGl: Calculate proof-of-work for 6 unique block hashes`, async () => {
                const times = []
                const hashes = [
                        NANO_TEST_VECTORS.PRIVATE_0,