File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ Network Server Performance Benchmarking Toolbench
2
+ =================================================
3
+
4
+ This is a simple collection of scripts intended to benchmark the basic
5
+ network performance of a variety of server frameworks.
6
+
7
+ The servers are run inside a Docker container for environment stability,
8
+ so to use this toolbench you need a reasonably recent Docker.
9
+
10
+ Installation
11
+ ------------
12
+
13
+ Install the following:
14
+
15
+ - Docker
16
+ - Python 3
17
+ - Numpy
18
+
19
+ Build the docker image containing the servers being tested by running
20
+ ``./build.sh ``.
21
+
22
+ The benchmarks can then be ran with ``./run_benchmarks ``. Use
23
+ ``./run_benchmarks --help `` for various options, including selective
24
+ benchmark running.
You can’t perform that action at this time.
0 commit comments