fixup! Add benchmarks
Some checks failed
Run tests / run-tests (push) Successful in 3m37s
Run benchmarks / run-tests (push) Failing after 1h23m43s

This commit is contained in:
2025-12-13 03:49:41 +09:00
parent 55efae6dfc
commit 36d3d187ec

View File

@@ -34,7 +34,7 @@ jobs:
- name: Upload benchmark JSON report
uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1
with:
source: ./benchmark/*/*.json
source: ./benchmark/**/*.json
target: ${{ gitea.ref_name }}/benchmark/${{ github.run_id }}/benchmark.json
username: gitea-web
ssh-key: ${{ secrets.WEB_SYNC_SSH_KEY }}