We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17652ce + b82a884 commit 4b26579Copy full SHA for 4b26579
.github/workflows/performance-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
cd ../driver/repos/delphi/delphi-epidata/tests/performance
58
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
+ 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
60
61
comment-output:
62
runs-on: ubuntu-latest
@@ -77,4 +77,4 @@ jobs:
77
repo: context.repo.repo,
78
body: '✅ Performance tests complete! Click here to view results: ${{ env.GITHUB_WORKFLOW_URL }}'
79
})
80
-
+
0 commit comments