We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035b37 commit d64a46bCopy full SHA for d64a46b
1 file changed
README.rst
@@ -0,0 +1,24 @@
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.
0 commit comments