File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,19 @@ Installation
12
12
13
13
Install the following:
14
14
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 *)
18
19
19
20
Build the docker image containing the servers being tested by running
20
21
``./build.sh ``.
21
22
22
23
The benchmarks can then be ran with ``./run_benchmarks ``. Use
23
24
``./run_benchmarks --help `` for various options, including selective
24
25
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
You can’t perform that action at this time.
0 commit comments