Browse Source

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>
v4.0.0-rc
Jeremiah Senkpiel 10 years ago
parent
commit
dbd5dc932d
  1. 8
      benchmark/README.md

8
benchmark/README.md

@ -5,8 +5,12 @@ io.js APIs.
## Prerequisites ## Prerequisites
Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] being installed. Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] (ApacheBench) being installed.
These are most often available through your preferred package manager. 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 [wrk]: https://github.com/wg/wrk
[ab]: http://httpd.apache.org/docs/2.2/programs/ab.html [ab]: http://httpd.apache.org/docs/2.2/programs/ab.html

Loading…
Cancel
Save