diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-02-24 11:15:47 +0100 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-02-24 11:24:39 +0100 |
commit | b2cdde0a783967eb41c259f6d17c644e252c8acd (patch) | |
tree | 681f11630554624a4141026f98eaaa4eb7fef1d2 /.github/workflows | |
parent | 59f3c73c80b9c2f790de37a01821379e892b94ee (diff) | |
download | nextcloud-server-b2cdde0a783967eb41c259f6d17c644e252c8acd.tar.gz nextcloud-server-b2cdde0a783967eb41c259f6d17c644e252c8acd.zip |
fix(workflows): update profiler action
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/performance.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 1c41ea834ea..9e03a135e62 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -45,8 +45,9 @@ jobs: with: blueprint: tests/blueprints/basic.toml ref: ${{ github.event.pull_request.head.ref }} + - name: Run before measurements - uses: nextcloud/profiler@1e66a9de5f76a01e9d1db4f0153bcc1cbf989b3d + uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83 with: run: | curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test @@ -68,7 +69,7 @@ jobs: - name: Run after measurements id: compare - uses: nextcloud/profiler@1e66a9de5f76a01e9d1db4f0153bcc1cbf989b3d + uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83 with: run: | curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test |