https://github.com/arocks/django3-asgi-perf
https://github.com/arocks/django3-asgi-perf
asgi django docker locustio python wsgi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arocks/django3-asgi-perf
- Owner: arocks
- Created: 2020-03-08T05:11:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T12:01:56.000Z (over 4 years ago)
- Last Synced: 2024-07-30T17:00:50.116Z (9 months ago)
- Topics: asgi, django, docker, locustio, python, wsgi
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django3-asgi-perf
This is set of Django stacks on Docker to check the performance of running in WSGI and ASGI configurations. The Django application sitting in the `djangoapp` directory is based on the official [Polls tutorial](https://docs.djangoproject.com/en/3.0/intro/tutorial01/). Since it is mounted into the container, code changes will be automatically applied. All the customizable configuration variables are in the `config` directory.