Skip to content

Commit d64a46b

Browse files
committed
Add README
1 parent 2035b37 commit d64a46b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)