loadgenerator: complete implementation
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
08aa1cce26
commit
257cbdf98b
4 changed files with 26 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue