Skip to content

Commit b0d64c6

Browse files
committed
Add k6 load testing
1 parent 8206bd7 commit b0d64c6

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
ports:
7777
- "8089:8089"
7878
volumes:
79-
- ./load_testing:/mnt/locust
79+
- ./load_testing_locust:/mnt/locust
8080
command: -f /mnt/locust/locustfile.py --master -H http://nginx:8063 --class-picker
8181
links:
8282
- nginx
@@ -86,7 +86,7 @@ services:
8686
locust-worker:
8787
image: locustio/locust
8888
volumes:
89-
- ./load_testing:/mnt/locust
89+
- ./load_testing_locust:/mnt/locust
9090
command: -f /mnt/locust/locustfile.py --worker --master-host locust
9191
links:
9292
- nginx
File renamed without changes.

0 commit comments

Comments
 (0)