An open API service indexing awesome lists of open source software.

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.

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).