diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index 8181e46ac..d642e13e3 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -14,9 +14,9 @@ jobs: with: LOCUSTFILE: ".github/workflows/locustfile.py" URL: "https://litellm-api.up.railway.app/" - USERS: "5" - RATE: "5" - RUNTIME: "10s" + USERS: "100" + RATE: "10" + RUNTIME: "60s" - name: Print CSV File Contents run: | echo "Contents of example_stats.csv:"