Skip to content

Commit

Permalink
Automatically start the load generator (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Sep 25, 2023
1 parent c1ac18a commit 76942bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loadgenerator/loadgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ if test $STATUSCODE -ne 200; then
fi

# else, run loadgen
locust --host="http://${FRONTEND_ADDR}" -u "${USERS:-10}"
locust --host="http://${FRONTEND_ADDR}" -u "${USERS:-10}" --autostart

0 comments on commit 76942bc

Please sign in to comment.