Skip to content

Commit

Permalink
chore: update benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
joetifa2003 committed Dec 26, 2022
1 parent 2078a9b commit 9b65143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: go test -bench ./...

- name: Benchstat
run: go test -bench . -count 5 > out.txt && benchstat out.txt
run: go test -bench ./... -count 5 > out.txt && benchstat out.txt

0 comments on commit 9b65143

Please sign in to comment.