Skip to content

Commit 9a79629

Browse files
committed
ensure html file is created
1 parent fbfa9ac commit 9a79629

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/performance/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ services:
55
- "8089:8089"
66
volumes:
77
- ./locust_files:/home/locust/locust_files
8+
- ./locust_report:/home/locust/locust_report
89
command: >
9-
--master
10+
--master --html=locust_report/locust_html.html
1011
env_file:
1112
- ${ENV_FILE}
1213
networks:

tests/performance/locust_report/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)