await suite('Block performance', async () => {
const COUNT = 0x1
- await test('Time to calculate proof-of-work for a send block 0x10 times', async () => {
+ await test(`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 test('Time to calculate proof-of-work for a receive block 0x10 times', async () => {
+ await test(`Time to calculate proof-of-work for a receive block ${COUNT} times`, async () => {
const times = []
const block = new ReceiveBlock(
NANO_TEST_VECTORS.RECEIVE_BLOCK.account,