https://github.com/edde746/load-balancer-benchmark
Comparison of Nginx, HAProxy, Traefik and Caddy.
https://github.com/edde746/load-balancer-benchmark
benchmark load-balancer
Last synced: 3 months ago
JSON representation
Comparison of Nginx, HAProxy, Traefik and Caddy.
- Host: GitHub
- URL: https://github.com/edde746/load-balancer-benchmark
- Owner: edde746
- Created: 2023-10-03T18:30:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T16:41:33.000Z (about 2 years ago)
- Last Synced: 2024-10-11T16:11:19.229Z (over 1 year ago)
- Topics: benchmark, load-balancer
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# load-balancer-benchmark
A simple benchmark of Nginx, HAProxy, Traefik and Caddy. Somewhat based of [this article](https://www.loggly.com/blog/benchmarking-5-popular-load-balancers-nginx-haproxy-envoy-traefik-and-alb/).
## Running
```bash
git clone https://github.com/edde746/load-balancer-benchmark.git
cd load-balancer-benchmark
docker-compose up -d
pip install -r requirements.txt
python main.py
```
## Results
Results are written to `comparison.html`, you can [view my results here](https://edde746.github.io/load-balancer-benchmark/comparison.html).