From 92dad54529077e2b2424f6cc6d0b8d47b48da194 Mon Sep 17 00:00:00 2001 From: Bartosz Sosnowski Date: Mon, 26 Sep 2016 11:03:21 +0200 Subject: [PATCH 1/2] benchmark: add info about required Unix tools This adds note to README.md about Unix tools being required by some benchmarks --- benchmark/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/benchmark/README.md b/benchmark/README.md index 770df018378e2e..6ad69949d5b198 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -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 tools which can be +included in the global `PATH`. + To analyze the results `R` should be installed. Check you package manager or download it from https://www.r-project.org/. @@ -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 \ No newline at end of file From 86c55ded2de854c920c44d7433e9c0b2b8e1ca01 Mon Sep 17 00:00:00 2001 From: Bartosz Sosnowski Date: Tue, 27 Sep 2016 10:16:57 +0200 Subject: [PATCH 2/2] fixup: reword --- benchmark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/README.md b/benchmark/README.md index 6ad69949d5b198..1012ac898fee65 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -35,8 +35,8 @@ 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 tools which can be -included in the global `PATH`. +[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/.