Skip to content

Commit 4b26579

Browse files
authored
Merge pull request #1089 from cmu-delphi/rzatserkovnyi/performance-testing-port
Update performance testing workflow port
2 parents 17652ce + b82a884 commit 4b26579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/performance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
cd ../driver/repos/delphi/delphi-epidata/tests/performance
5858
docker build -t locust .
59-
docker run --net=host -v $PWD:/mnt/locust -e CSV=/mnt/locust/v4-requests-smaller.csv locust -f /mnt/locust/v4.py --host http://127.0.0.1:8080/ --users 10 --spawn-rate 1 --headless -t 15m
59+
docker run --net=host -v $PWD:/mnt/locust -e CSV=/mnt/locust/v4-requests-smaller.csv locust -f /mnt/locust/v4.py --host http://127.0.0.1:10080/ --users 10 --spawn-rate 1 --headless -t 15m
6060
6161
comment-output:
6262
runs-on: ubuntu-latest
@@ -77,4 +77,4 @@ jobs:
7777
repo: context.repo.repo,
7878
body: '✅ Performance tests complete! Click here to view results: ${{ env.GITHUB_WORKFLOW_URL }}'
7979
})
80-
80+

0 commit comments

Comments
 (0)