fixup! Add benchmarks
Some checks failed
Run tests / run-tests (push) Successful in 2m1s
Run benchmarks / run-tests (push) Failing after 10m57s

This commit is contained in:
2025-12-13 16:19:54 +09:00
parent c7480c6392
commit af4b6ed16a
8 changed files with 38 additions and 23 deletions

View File

@@ -32,9 +32,10 @@ jobs:
uv run -- pytest "${PYTEST_ARGS[@]}"
- name: Upload benchmark JSON report
uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1
uses: https://git.pvv.ntnu.no/Projects/rsync-action@v2
with:
source: ./benchmark/*/*.json
quote-source: false
target: ${{ gitea.ref_name }}/benchmark/${{ github.run_id }}/benchmark.json
username: gitea-web
ssh-key: ${{ secrets.WEB_SYNC_SSH_KEY }}