]> zoso.dev Git - libnemo.git/commitdiff
Skip some pow perf tests while inlining G mix function.
authorChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 20:09:09 +0000 (12:09 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 20:09:09 +0000 (12:09 -0800)
test/perf.block.js

index 79a41e2bb54a27da75963dc4cc22162fb2e06e9c..bb7abf34447f665fbc10b6af89249799494003cb 100644 (file)
@@ -11,7 +11,7 @@ import 'nano-webgl-pow'
 await suite('Block performance', async () => {
        const COUNT = 0x20
 
-       await test(`PowGpu: Calculate proof-of-work for 6 unique block hashes`, async () => {
+       await skip(`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: Calculate proof-of-work for 6 unique block hashes`, async () => {
+       await skip(`PowGl: Calculate proof-of-work for 6 unique block hashes`, async () => {
                const times = []
                const hashes = [
                        NANO_TEST_VECTORS.PRIVATE_0,