loadgenerator: complete implementation

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-29 17:10:28 -07:00
parent 08aa1cce26
commit 257cbdf98b
4 changed files with 26 additions and 5 deletions

View file

@ -4,4 +4,4 @@ COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . .
ENTRYPOINT locust --host="http://${FRONTEND_ADDR}" --no-web -c=10
ENTRYPOINT ./loadgen.sh