File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
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
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
You can’t perform that action at this time.
0 commit comments