Skip to content

Commit

Permalink
ci: remove duplicate step
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Feb 4, 2025
1 parent 69ea028 commit fa9f05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: go test ./... -benchmem -bench ^Benchmark -benchtime=300000x | tee bench.log

- name: Check benchmark result
if: github.event_name == 'pull_request'
uses: benchmark-action/github-action-benchmark@v1
with:
name: Go Benchmark
Expand Down

0 comments on commit fa9f05f

Please sign in to comment.