benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

:checkered_flag: Web Servers and Applications Benchmarks

Benchmarks

The following setups provide some performance overview of different technologies for web developers. Benchmarks are run with help of Docker.

Included Setups

Results

Results are displayed on GitHub Page.

Installation

To run a particular test you need Docker and Docker Compose.

For example, to run Apache test:

git clone git://github.com/petk/benchmarks
cd benchmarks
# Pull Docker images and install applications
./run.sh init
# Run benchmarking tests, for example Apache stack with static HTML file
./run.sh apache html

Contributing and License

Contributions and improvement suggestions are most welcome. This repository is released under the MIT License.