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