diff --git a/.github/workflows/echo.yml b/.github/workflows/echo.yml index b852fae4..2aec272d 100644 --- a/.github/workflows/echo.yml +++ b/.github/workflows/echo.yml @@ -106,12 +106,12 @@ jobs: - name: Run Benchmark (Previous) run: | cd previous - go test -run="-" -bench=".*" -count=5 ./... > benchmark.txt + go test -run="-" -bench=".*" -count=8 ./... > benchmark.txt - name: Run Benchmark (New) run: | cd new - go test -run="-" -bench=".*" -count=5 ./... > benchmark.txt + go test -run="-" -bench=".*" -count=8 ./... > benchmark.txt - name: Run Benchstat run: |