Skip to content

Commit c32589a

Browse files
committed
update and elaborate in README.rst
1 parent 96b375a commit c32589a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ Installation
1212

1313
Install 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

1920
Build the docker image containing the servers being tested by running
2021
``./build.sh``.
2122

2223
The benchmarks can then be ran with ``./run_benchmarks``. Use
2324
``./run_benchmarks --help`` for various options, including selective
2425
benchmark running.
26+
27+
To run the http benchmarks and save results to ``./results.html``:
28+
.. clode-block:: shell
29+
30+
./run_benchmarks http --duration=60 --save-html=results.html

0 commit comments

Comments
 (0)