From: Chris Duncan Date: Tue, 7 Jan 2025 21:45:41 +0000 (-0800) Subject: Fix block perf test suite messages. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=0a9af89b1ee0d9ffd8459ee0673618f99397b0e1;p=libnemo.git Fix block perf test suite messages. --- diff --git a/perf/block.perf.js b/perf/block.perf.js index 37c681c..66910aa 100644 --- a/perf/block.perf.js +++ b/perf/block.perf.js @@ -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,