A simple locust dockerized example of running locust

Chris Mague a842979dd4 fix docs 4 years ago
README.md a842979dd4 fix docs 4 years ago
docker-compose.yml 28fe597022 initial 4 years ago
locustfile.py 28fe597022 initial 4 years ago

README.md

Test Locust in Docker

Running

Startup Containers

docker-compose up --scale worker=2

Navigate to web interface

http://localhost:8099/

add in Host => http://websim:8080

Star testing