A starter project for a simple load-testing python framework built using locust.io.
-
[Locust Starter image] (https://hub.docker.com/repository/docker/dscotland98/locust_starter)
-
[Locust documentation] (https://docs.locust.io/en/stable/)
- Getting the image:
docker pull dscotland98/locust_starter:latest
- Executing the image:
docker run -e TARGET_URL=jsonplaceholder.typicode.com -e LOCUSTFILE_PATH=/locustfiles/api_load_test.py -p 8089:8089 locust_starter
- Navigate to
http://localhost:8089/and begin the test: