Merge branch 'development' into renovate/actions-checkout-digest

This commit is contained in:
Jeremy
2025-12-03 09:15:19 -05:00
committed by GitHub
7 changed files with 37 additions and 22 deletions

View File

@@ -42,7 +42,7 @@ jobs:
name: Go Benchmark
tool: 'go'
output-file-path: backend/output.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.CHARON_TOKEN }}
auto-push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# Show alert with commit comment on detection of performance regression
alert-threshold: '150%'