Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit c7e918e

Browse files
authored
Merge pull request #4 from microservices-demo/update-load-test
[WIP] Update load tests with more scenarios
2 parents b686443 + 13de03f commit c7e918e

File tree

3 files changed

+386
-167
lines changed

3 files changed

+386
-167
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:2.7-wheezy
22

33
# Install locust
4-
RUN pip install pyzmq locustio
4+
RUN pip install pyzmq locustio faker
55

66
ADD locustfile.py /config/locustfile.py
77
ADD runLocust.sh /usr/local/bin/runLocust.sh

0 commit comments

Comments
 (0)