Given the warnings in 'Managed Benchmarks', it seems like trying to do your own start() and end() is a bad plan. But in addition to this problem, it's not conducive to async testing, since for loops don't like await.
It would be much simpler if bench-node just supported setup and teardown functions like a number of other benchmarking tools provide.
Given the warnings in 'Managed Benchmarks', it seems like trying to do your own start() and end() is a bad plan. But in addition to this problem, it's not conducive to async testing, since for loops don't like
await.It would be much simpler if bench-node just supported setup and teardown functions like a number of other benchmarking tools provide.