Skip to content

Commit

Permalink
Switch CSV file for perftests and add Redis step (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats authored Jun 14, 2023
1 parent daabcfc commit 900cd3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
cd ../driver
sudo make web sql="${{ secrets.DB_CONN_STRING }}"
sudo make redis
- name: Check out delphi-admin
uses: actions/checkout@v3
with:
Expand All @@ -71,7 +72,7 @@ jobs:
run: |
cd delphi-admin/load-testing/locust
docker build -t locust .
export CSV=v4-requests-as_of.csv
export CSV=v4-requests-small.csv
touch output_stats.csv && chmod 666 output_stats.csv
touch output_stats_history.csv && chmod 666 output_stats_history.csv
touch output_failures.csv && chmod 666 output_failures.csv
Expand Down

0 comments on commit 900cd3f

Please sign in to comment.