A repository to do simple "echo server" benchmarks for famous ASGI and WSGI Python frameworks
- Install dependencies
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Run benchmark script
python benchmark.py
Benchmark results are stored in the results
folder. You can also use the Makefile
to manually run benchmarks.
This repository does not aim to harm or label any framework as good or bad. The benchmarks are conducted solely for performance evaluation and comparison purposes. The choice of a framework should be based on your specific project requirements and preferences. Huge respect to the minds behind all these awesome projects!