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

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

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