Skip to content

Commit

Permalink
benchmark: add info about required Unix tools
Browse files Browse the repository at this point in the history
This adds note to README.md about Unix tools being
required by some benchmarks

PR-URL: #8788
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
bzoz authored and jasnell committed Sep 30, 2016
1 parent 21b37b2 commit 3e7da1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ benchmarker to be used by providing it as an argument, e. g.:

`node benchmark/http/simple.js benchmarker=autocannon`

Basic Unix tools are required for some benchmarks.
[Git for Windows][git-for-windows] includes Git Bash and the necessary tools,
which need to be included in the global Windows `PATH`.

To analyze the results `R` should be installed. Check you package manager or
download it from https://www.r-project.org/.

Expand Down Expand Up @@ -348,3 +352,4 @@ Supported options keys are:
[autocannon]: https://github.com/mcollina/autocannon
[wrk]: https://github.com/wg/wrk
[t-test]: https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_or_unequal_sample_sizes.2C_unequal_variances
[git-for-windows]: http://git-scm.com/download/win

0 comments on commit 3e7da1d

Please sign in to comment.