Skip to content

Commit e2a96cd

Browse files
Merge pull request #2228 from nextcloud/backport/2226/stable31
[stable31] ci(performance): Fix performance test and ease debugging it
2 parents 64d5e5c + c8dd98d commit e2a96cd

4 files changed

Lines changed: 9927 additions & 2 deletions

File tree

.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:

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
3030
SPDX-License-Identifier = "AGPL-3.0-or-later"
3131

3232
[[annotations]]
33-
path = [".github/CODEOWNERS", ".github/dependabot.yml", "tests/Integration/base-query-count.txt"]
33+
path = [".github/CODEOWNERS", ".github/dependabot.yml", "tests/Integration/base-query-count.txt", "tests/Integration/base-query-list.txt"]
3434
precedence = "aggregate"
3535
SPDX-FileCopyrightText = "none"
3636
SPDX-License-Identifier = "CC0-1.0"
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)