Skip to content

Commit bf62161

Browse files
authored
change github perftest workflow to use as_of query set (#1109)
1 parent 6ab083f commit bf62161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
cd delphi-admin/load-testing/locust
7373
docker build -t locust .
74-
export CSV=v4-requests-small.csv
74+
export CSV=v4-requests-as_of.csv
7575
touch output_stats.csv && chmod 666 output_stats.csv
7676
touch output_stats_history.csv && chmod 666 output_stats_history.csv
7777
touch output_failures.csv && chmod 666 output_failures.csv

0 commit comments

Comments
 (0)