Skip to content

Commit

Permalink
bench
Browse files Browse the repository at this point in the history
  • Loading branch information
sermuns committed Feb 1, 2025
1 parent 6d75fb2 commit 1f8b4e6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@ jobs:
with:
experimental: true

# - name: Setup | Go
# uses: actions/setup-go@v5
# with:
# go-version: 'stable'

- name: Benchmark
run: |
go test -bench=. -count=10 -run=^a ./... >bench.txt
benchstat bench.txt
run: mise bench

0 comments on commit 1f8b4e6

Please sign in to comment.