mocha-bench
mocha.js helpers for benchmarking
Some rules:
- You NEED to call 'measure'.
- You NEED to call 'stop' passed from 'measure'.
- You MAY pass finalization function to second argument of 'measure'. In that case you MUST call 'done' in finalization function.
- You MAY call 'stop' or 'done' with argument it there is error.