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,
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,