File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,20 @@ Installation
1212
1313Install the following:
1414
15- - Docker
16- - Python 3
17- - Numpy
15+ - `Docker<https://docs.docker.com/engine/installation/> ` (tested with *17.09.0-ce *)
16+ - Python 3.5+ (tested with *3.5.2 *)
17+ - `numpy<https://pypi.python.org/pypi/numpy> ` (tested with *1.13.3 *)
18+ - `wrk<https://github.com/wg/wrk> ` (tested with *4.0.0 *)
1819
1920Build the docker image containing the servers being tested by running
2021``./build.sh ``.
2122
2223The benchmarks can then be ran with ``./run_benchmarks ``. Use
2324``./run_benchmarks --help `` for various options, including selective
2425benchmark running.
26+
27+ To run the http benchmarks and save results to ``./results.html ``:
28+
29+ .. clode-block ::
30+
31+ ./run_benchmarks http --duration=60 --save-html=results.html
You can’t perform that action at this time.
0 commit comments