This repository conatins a sample Django project that it will used to benchmark different ASGI servers and the gunicorn server.
bash build.sh
bash loadtest.sh
dockerfiles
directorylocust --headless --users 100 --spawn-rate 10 -t 60s -H http://localhost:8000 -f loadtest.py