A simple locust dockerized example of running locust

Chris Mague a842979dd4 fix docs 4 年之前
README.md a842979dd4 fix docs 4 年之前
docker-compose.yml 28fe597022 initial 4 年之前
locustfile.py 28fe597022 initial 4 年之前

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