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 daabcfc commit 900cd3fCopy full SHA for 900cd3f
.github/workflows/performance-tests.yml
@@ -60,6 +60,7 @@ jobs:
60
run: |
61
cd ../driver
62
sudo make web sql="${{ secrets.DB_CONN_STRING }}"
63
+ sudo make redis
64
- name: Check out delphi-admin
65
uses: actions/checkout@v3
66
with:
@@ -71,7 +72,7 @@ jobs:
71
72
73
cd delphi-admin/load-testing/locust
74
docker build -t locust .
- export CSV=v4-requests-as_of.csv
75
+ export CSV=v4-requests-small.csv
76
touch output_stats.csv && chmod 666 output_stats.csv
77
touch output_stats_history.csv && chmod 666 output_stats_history.csv
78
touch output_failures.csv && chmod 666 output_failures.csv
0 commit comments