summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
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 0568f35029..dc6f53fbe7 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -3,9 +3,13 @@
This folder contains benchmark tests to measure the performance for certain
io.js APIs.
-## prerequisites
+## Prerequisites
-Most of the http benchmarks require `wrk` and `ab` being installed.
+Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] being installed.
+These are most often available through your preferred package manager.
+
+[wrk]: https://github.com/wg/wrk
+[ab]: http://httpd.apache.org/docs/2.2/programs/ab.html
## How to run tests