Skip to content

Commit dbd5dc9

Browse files
committed
doc: clarify prerequisites in benchmark/README.md
PR-URL: #2034 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Trevor Norris <[email protected]>
1 parent 50dbc8e commit dbd5dc9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

benchmark/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ io.js APIs.
55

66
## Prerequisites
77

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.
8+
Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] (ApacheBench) being installed.
9+
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`.
1014

1115
[wrk]: https://github.com/wg/wrk
1216
[ab]: http://httpd.apache.org/docs/2.2/programs/ab.html

0 commit comments

Comments
 (0)