Skip to content

Commit b90e4e8

Browse files
authored
Merge pull request #1702 from pafuent/increase_number_of_benchmarks_in_comparison_action
Increasing number of benchmarks on GitHub action
2 parents 2575471 + 364b7e6 commit b90e4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/echo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ jobs:
106106
- name: Run Benchmark (Previous)
107107
run: |
108108
cd previous
109-
go test -run="-" -bench=".*" -count=5 ./... > benchmark.txt
109+
go test -run="-" -bench=".*" -count=8 ./... > benchmark.txt
110110
111111
- name: Run Benchmark (New)
112112
run: |
113113
cd new
114-
go test -run="-" -bench=".*" -count=5 ./... > benchmark.txt
114+
go test -run="-" -bench=".*" -count=8 ./... > benchmark.txt
115115
116116
- name: Run Benchstat
117117
run: |

0 commit comments

Comments
 (0)