From a99d86d102798da41feda01f067295ccc40fd599 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 9 Dec 2024 08:16:34 -0800 Subject: [PATCH] Fix test name. --- 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 adbb37d..d5626ee 100644 --- a/perf/block.perf.js +++ b/perf/block.perf.js @@ -34,7 +34,7 @@ await suite('Block performance', async () => { console.log(`Geometric: ${geometric} ms`) }) - await test('Time to calculate proof-of-work for a send block 0x10 times', async () => { + await test('Time to calculate proof-of-work for a receive block 0x10 times', async () => { const times = [] const block = new ReceiveBlock( NANO_TEST_VECTORS.RECEIVE_BLOCK.account, -- 2.34.1