summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-02-27 13:37:46 +1100
committerRod Vagg <rod@vagg.org>2015-03-04 20:25:49 -0800
commit2b79052494e6ec6d715f6e856df0f1503baa0a75 (patch)
tree7d138e6899778ae681eecc34c7562e855f2f5907 /benchmark/README.md
parenta45d4f8fd61c05c98d6f723ec14d4a7285de5256 (diff)
downloadandroid-node-v8-2b79052494e6ec6d715f6e856df0f1503baa0a75.tar.gz
android-node-v8-2b79052494e6ec6d715f6e856df0f1503baa0a75.tar.bz2
android-node-v8-2b79052494e6ec6d715f6e856df0f1503baa0a75.zip
benchmark: check for wrk ahead of running benchmarks
PR-URL: https://github.com/iojs/io.js/pull/982 Reviewed-By: Rod Vagg <rod@vagg.org>
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