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.
1 parent 6ab083f commit bf62161Copy full SHA for bf62161
.github/workflows/performance-tests.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
cd delphi-admin/load-testing/locust
73
docker build -t locust .
74
- export CSV=v4-requests-small.csv
+ export CSV=v4-requests-as_of.csv
75
touch output_stats.csv && chmod 666 output_stats.csv
76
touch output_stats_history.csv && chmod 666 output_stats_history.csv
77
touch output_failures.csv && chmod 666 output_failures.csv
0 commit comments