From b82a884d0241eed874c43329b4b38af56836613f Mon Sep 17 00:00:00 2001 From: Rostyslav Zatserkovnyi Date: Tue, 21 Feb 2023 02:37:50 +0200 Subject: [PATCH] Update performance testing workflow port --- .github/workflows/performance-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 4b35d1703..43020bd2c 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -56,7 +56,7 @@ jobs: run: | cd ../driver/repos/delphi/delphi-epidata/tests/performance docker build -t locust . - 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 comment-output: runs-on: ubuntu-latest @@ -77,4 +77,4 @@ jobs: repo: context.repo.repo, body: '✅ Performance tests complete! Click here to view results: ${{ env.GITHUB_WORKFLOW_URL }}' }) - \ No newline at end of file +