Skip to content

Commit

Permalink
ci(performance): Fix performance test and ease debugging it
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Feb 24, 2025
1 parent ba1f0c3 commit 450a374
Show file tree
Hide file tree
Showing 4 changed files with 9,927 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ jobs:
- name: Print query.log
run: cat query.log

- name: Upload query.log
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: query-list.txt
path: query.log

- name: Query count
uses: actions/github-script@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = [".github/CODEOWNERS", ".github/dependabot.yml", "tests/Integration/base-query-count.txt"]
path = [".github/CODEOWNERS", ".github/dependabot.yml", "tests/Integration/base-query-count.txt", "tests/Integration/base-query-list.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/base-query-count.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8700
8900
Loading

0 comments on commit 450a374

Please sign in to comment.