fix: resolve WAF integration tests and benchmark workflow

This commit is contained in:
GitHub Actions
2025-12-03 19:36:48 +00:00
parent 969ca50177
commit cc61830908
14 changed files with 121 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ jobs:
name: Performance Regression Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
@@ -34,7 +34,7 @@ jobs:
- name: Run Benchmark
working-directory: backend
run: go test -bench=. -benchmem ./... | tee output.txt
run: go test -bench=. -benchmem -run='^$' ./... | tee output.txt
- name: Store Benchmark Result
uses: benchmark-action/github-action-benchmark@v1