console.log(`Geometric: ${geometric} ms`)
})
- await skip(`Customized PoW: Time to calculate proof-of-work for a send block ${COUNT} times`, async () => {
+ await test(`Customized PoW: Time to calculate proof-of-work for a send block ${COUNT} times`, async () => {
const times = []
const block = new SendBlock(
NANO_TEST_VECTORS.SEND_BLOCK.account,
console.log(`Geometric: ${geometric} ms`)
})
- await skip(`Original PoW module: Time to calculate proof-of-work for a send block ${COUNT} times`, async () => {
+ await test(`Original PoW module: Time to calculate proof-of-work for a send block ${COUNT} times`, async () => {
const times = []
for (let i = 0; i < COUNT; i++) {
const start = performance.now()