Skip to content

Commit c3096a7

Browse files
committed
ci(performance): Fix performance test and ease debugging it
Signed-off-by: Joas Schilling <[email protected]>
1 parent ba1f0c3 commit c3096a7

File tree

3 files changed

+9927
-1
lines changed

3 files changed

+9927
-1
lines changed

.github/workflows/performance.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ jobs:
168168
- name: Print query.log
169169
run: cat query.log
170170

171+
- name: Upload query.log
172+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
173+
with:
174+
name: query-list.txt
175+
path: query.log
176+
171177
- name: Query count
172178
uses: actions/github-script@v5
173179
with:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8700
1+
8900

0 commit comments

Comments
 (0)