- Install node modules required for the benchmark you wish to run
- Use
npm run bench -- --helpfor options
For example, let's say you like to know how the performance of parallel
compares to what it was at version 5.x.x:
$ (cd bench && npm install fluture@5.x.x)
$ npm run bench -- --benchmark fluture --match *.parallel.*