From: Chris Duncan Date: Wed, 8 Jan 2025 21:36:31 +0000 (-0800) Subject: Restore 6-hash pow test to check different hashes still generate correct pow beyond... X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=3fe1084aaf2413b9954d5dd0eb827765fac73e1a;p=libnemo.git Restore 6-hash pow test to check different hashes still generate correct pow beyond single Nano test vector block. --- 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,