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 841b134 commit c6d370dCopy full SHA for c6d370d
.github/workflows/performance.yml
@@ -50,7 +50,7 @@ jobs:
50
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
51
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
52
output: before.json
53
- profiler-branch: master
+ profiler-branch: stable25
54
55
- name: Apply PR
56
run: |
@@ -72,7 +72,7 @@ jobs:
72
73
74
output: after.json
75
76
compare-with: before.json
77
78
- name: Upload profiles
0 commit comments