]> zoso.dev Git - libnemo.git/commitdiff
Restore 6-hash pow test to check different hashes still generate correct pow beyond...
authorChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 21:36:31 +0000 (13:36 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 21:36:31 +0000 (13:36 -0800)
test/perf.block.js

index bb7abf34447f665fbc10b6af89249799494003cb..3d4320346cd6e178711aadb215c03f944722dbe3 100644 (file)
@@ -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,