Skip to content

Commit af01865

Browse files
bzozjasnell
authored andcommitted
benchmark: add info about required Unix tools
This adds note to README.md about Unix tools being required by some benchmarks PR-URL: #8788 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent e04d491 commit af01865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benchmark/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ benchmarker to be used by providing it as an argument, e. g.:
3434

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

37+
Basic Unix tools are required for some benchmarks.
38+
[Git for Windows][git-for-windows] includes Git Bash and the necessary tools,
39+
which need to be included in the global Windows `PATH`.
40+
3741
To analyze the results `R` should be installed. Check you package manager or
3842
download it from https://www.r-project.org/.
3943

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

0 commit comments

Comments
 (0)