Skip to content

Commit

Permalink
Provide more results for bechstat
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Jul 24, 2024
1 parent eb36318 commit b3483a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
ref: master

- name: Run benchmark (master)
run: go test -bench=. -benchtime=100x -benchmem | tee /tmp/master.txt
run: go test -bench=. -count=10 -benchmem | tee /tmp/master.txt

- name: Git clone (PR)
uses: actions/checkout@v4

- name: Run benchmark (PR)
run: go test -bench=. -benchtime=100x -benchmem | tee /tmp/pr.txt
run: go test -bench=. -count=10 -benchmem | tee /tmp/pr.txt

- name: Install benchstat
run: go install golang.org/x/perf/cmd/benchstat@latest
Expand Down

0 comments on commit b3483a9

Please sign in to comment.