Browse Source

benchmark: fix typo in README

PR-URL: https://github.com/nodejs/io.js/pull/2067
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v4.0.0-rc
Rich Trott 10 years ago
committed by Ali Ijaz Sheikh
parent
commit
f52d73352e
  1. 2
      benchmark/README.md

2
benchmark/README.md

@ -9,7 +9,7 @@ Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] (ApacheBench) be
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`.
- `wrk` may easily be built [from source][wrk] via `make`.
- `ab` is sometimes bundled in a package called `apache2-utils`.
[wrk]: https://github.com/wg/wrk

Loading…
Cancel
Save