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 d0955de commit ae8ffb0Copy full SHA for ae8ffb0
.github/workflows/performance-large-org.yaml
@@ -109,6 +109,8 @@ jobs:
109
-JLoops=1 \
110
-JUser=${{inputs.user}} \
111
-JVaccinationLoop=${{inputs.vaccination_loop}}
112
+ gzip -c ${{ env.large-org-home }}/consent.csv > ${{ env.large-org-home }}/consent.csv.gz
113
+ gzip -c ${{ env.large-org-home }}/vaccination.csv > ${{ env.large-org-home }}/vaccination.csv.gz
114
115
- name: Upload JMeter output
116
uses: actions/upload-artifact@v4
@@ -117,6 +119,8 @@ jobs:
117
119
path: large-org-output
118
120
if-no-files-found: warn
121
122
+
123
124
#GitHub pages temporarily disabled to save junk being published
125
# - name: Publish report to GH Pages
126
# uses: peaceiris/actions-gh-pages@v4
0 commit comments