5 You will need to install [wrk](https://github.com/wg/wrk/blob/master/INSTALL) in order to run the benchmarks.
9 To run the benchmarks, first install the dependencies `npm i`, then run `make`
11 The output will look something like this:
28 ### Tip: Include Node.js version in output
30 You can use `make && node -v` to include the node.js version in the output.
32 ### Tip: Save the results to a file
34 You can use `make > results.log` to save the results to a file `results.log`.