npm install bench-itbench-itSimple benchmark runner.
Install with npm.
```
npm install -g bench-it
A benchmark is a module that exports a test function.
Example simple.js benchmark:
`js`
exports.test = function() {
// function to benchmark
};
```
bench simple.js