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

Commit

Permalink
Update load tests with more scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Lal committed Jan 2, 2017
1 parent b686443 commit 13de03f
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 167 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:2.7-wheezy

# Install locust
RUN pip install pyzmq locustio
RUN pip install pyzmq locustio faker

ADD locustfile.py /config/locustfile.py
ADD runLocust.sh /usr/local/bin/runLocust.sh
Expand Down
Loading

0 comments on commit 13de03f

Please sign in to comment.