A simple locust dockerized example of running locust

Chris Mague 19b6f5c130 fix docs 5 years ago
README.md 19b6f5c130 fix docs 5 years ago
docker-compose.yml 28fe597022 initial 5 years ago
locustfile.py 28fe597022 initial 5 years ago

README.md

Test Locust in Docker

Running

Startup Containers

docker-compose up --scale worker=2

Navigate to web interface

http://localhost:8099/

In the Host field

http://websim:8080

Start testing