https://github.com/marcaurele/flask-servers-testing
[mirror] Different WSGI and ASGI server configuration tests
https://github.com/marcaurele/flask-servers-testing
bjoern flask gunicorn python python-testing uvicorn
Last synced: 4 months ago
JSON representation
[mirror] Different WSGI and ASGI server configuration tests
- Host: GitHub
- URL: https://github.com/marcaurele/flask-servers-testing
- Owner: marcaurele
- Created: 2023-03-03T05:20:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:14:13.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:41:39.447Z (about 1 year ago)
- Topics: bjoern, flask, gunicorn, python, python-testing, uvicorn
- Language: Dockerfile
- Homepage: https://gitlab.com/python-testing/flask-servers-testing/
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python ASGI/WSGI servers test
This repository run _locust_ tests over 3 different WSGI (bjoern[^1], gunicorn[^2]) and ASGI (uvicorn[^3]) Python servers using [GitLab-SaaS runners](https://docs.gitlab.com/ee/ci/runners/saas/linux_saas_runner.html), based on 2 vCPUs & 8 GB of RAM.
## Results
- [bjoern](https://python-testing.gitlab.io/flask-servers-testing/bjoern-locust-report.html)
- [gunicorn](https://python-testing.gitlab.io/flask-servers-testing/gunicorn-locust-report.html)
- [uvicorn](https://python-testing.gitlab.io/flask-servers-testing/uvicorn-locust-report.html)
[^1]: https://github.com/jonashaag/bjoern
[^2]: https://github.com/benoitc/gunicorn
[^3]: https://github.com/encode/uvicorn