From 0a9af89b1ee0d9ffd8459ee0673618f99397b0e1 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 7 Jan 2025 13:45:41 -0800 Subject: [PATCH] Fix block perf test suite messages. --- perf/block.perf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.34.1