Skip to content

Commit 364b7e6

Browse files
committed
Increasing number of benchmarks on GitHub action
Now the number of times that the benchmarks are run before being compared is 8 on the GitHub action.
1 parent 502cce2 commit 364b7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/echo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104
- name: Run Benchmark (Previous)
105105
run: |
106106
cd previous
107-
go test -run="-" -bench=".*" -count=5 ./... > benchmark.txt
107+
go test -run="-" -bench=".*" -count=8 ./... > benchmark.txt
108108
109109
- name: Run Benchmark (New)
110110
run: |
111111
cd new
112-
go test -run="-" -bench=".*" -count=5 ./... > benchmark.txt
112+
go test -run="-" -bench=".*" -count=8 ./... > benchmark.txt
113113
114114
- name: Run Benchstat
115115
run: |

0 commit comments

Comments
 (0)