From 3fe1084aaf2413b9954d5dd0eb827765fac73e1a Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 8 Jan 2025 13:36:31 -0800 Subject: [PATCH] Restore 6-hash pow test to check different hashes still generate correct pow beyond single Nano test vector block. --- test/perf.block.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/perf.block.js b/test/perf.block.js index bb7abf3..3d43203 100644 --- a/test/perf.block.js +++ b/test/perf.block.js @@ -11,7 +11,7 @@ import 'nano-webgl-pow' await suite('Block performance', async () => { const COUNT = 0x20 - await skip(`PowGpu: Calculate proof-of-work for 6 unique block hashes`, async () => { + await test(`PowGpu: Calculate proof-of-work for 6 unique block hashes`, async () => { const times = [] const hashes = [ NANO_TEST_VECTORS.PRIVATE_0, -- 2.34.1