Skip to content

Commit

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

- name: Benchmark
run: go test -bench ./...
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 803fb4e

Please sign in to comment.