We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dbc8e commit dbd5dc9Copy full SHA for dbd5dc9
benchmark/README.md
@@ -5,8 +5,12 @@ io.js APIs.
5
6
## Prerequisites
7
8
-Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] being installed.
9
-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.
10
+
11
+If they are not available:
12
+- `wrk` may easily built [from source](https://github.com/wg/wrk) via `make`.
13
+- `ab` is sometimes bundled in a package called `apache2-utils`.
14
15
[wrk]: https://github.com/wg/wrk
16
[ab]: http://httpd.apache.org/docs/2.2/programs/ab.html
0 commit comments