Skip to content

Commit 900cd3f

Browse files
authored
Switch CSV file for perftests and add Redis step (#1199)
1 parent daabcfc commit 900cd3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/performance-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: |
6161
cd ../driver
6262
sudo make web sql="${{ secrets.DB_CONN_STRING }}"
63+
sudo make redis
6364
- name: Check out delphi-admin
6465
uses: actions/checkout@v3
6566
with:
@@ -71,7 +72,7 @@ jobs:
7172
run: |
7273
cd delphi-admin/load-testing/locust
7374
docker build -t locust .
74-
export CSV=v4-requests-as_of.csv
75+
export CSV=v4-requests-small.csv
7576
touch output_stats.csv && chmod 666 output_stats.csv
7677
touch output_stats_history.csv && chmod 666 output_stats_history.csv
7778
touch output_failures.csv && chmod 666 output_failures.csv

0 commit comments

Comments
 (0)