summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-06-22 20:27:17 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-06-24 09:57:22 -0700
commitdbd5dc932d56389aa494fda6f87b2e8f52bd97b4 (patch)
treec4ebd2fd07f4de1fc07ed0faf6784f40b0232893 /benchmark/README.md
parent50dbc8e143cbf1b594aec1138b7d4435a514844b (diff)
downloadandroid-node-v8-dbd5dc932d56389aa494fda6f87b2e8f52bd97b4.tar.gz
android-node-v8-dbd5dc932d56389aa494fda6f87b2e8f52bd97b4.tar.bz2
android-node-v8-dbd5dc932d56389aa494fda6f87b2e8f52bd97b4.zip
doc: clarify prerequisites in benchmark/README.md
PR-URL: https://github.com/nodejs/io.js/pull/2034 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 7ed96403bc..e14919d620 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -5,8 +5,12 @@ io.js APIs.
## Prerequisites
-Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] being installed.
-These are most often available through your preferred package manager.
+Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] (ApacheBench) being installed.
+These may be available through your preferred package manager.
+
+If they are not available:
+- `wrk` may easily built [from source](https://github.com/wg/wrk) via `make`.
+- `ab` is sometimes bundled in a package called `apache2-utils`.
[wrk]: https://github.com/wg/wrk
[ab]: http://httpd.apache.org/docs/2.2/programs/ab.html