Skip to content

Commit a3898a1

Browse files
Merge pull request #36246 from nextcloud/nickvergessen-patch-1
[stable25] Specify the profiler app branch to test with
2 parents 8ff47b3 + a545dde commit a3898a1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/performance.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
blueprint: tests/blueprints/basic.toml
4242
ref: ${{ github.event.pull_request.head.ref }}
4343
- name: Run before measurements
44-
uses: nextcloud/profiler@fa03a1e6864fcb63fb92b8940fa72f5191baffbe
44+
uses: nextcloud/profiler@1e66a9de5f76a01e9d1db4f0153bcc1cbf989b3d
4545
with:
4646
run: |
4747
curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test
@@ -50,6 +50,7 @@ jobs:
5050
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
5151
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
5252
output: before.json
53+
profiler-branch: stable25
5354

5455
- name: Apply PR
5556
run: |
@@ -62,7 +63,7 @@ jobs:
6263
6364
- name: Run after measurements
6465
id: compare
65-
uses: nextcloud/profiler@fa03a1e6864fcb63fb92b8940fa72f5191baffbe
66+
uses: nextcloud/profiler@1e66a9de5f76a01e9d1db4f0153bcc1cbf989b3d
6667
with:
6768
run: |
6869
curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test
@@ -71,6 +72,7 @@ jobs:
7172
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
7273
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
7374
output: after.json
75+
profiler-branch: stable25
7476
compare-with: before.json
7577

7678
- name: Upload profiles

0 commit comments

Comments
 (0)