loadgenerator prototype

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-29 16:35:57 -07:00
parent dbe99160bc
commit 8c3d36d81e
5 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,7 @@
FROM python:3
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . .
ENTRYPOINT locust --host="http://${FRONTEND_ADDR}" --no-web -c=10