Skip to content

Commit

Permalink
Merge pull request #1702 from pafuent/increase_number_of_benchmarks_i…
Browse files Browse the repository at this point in the history
…n_comparison_action

Increasing number of benchmarks on GitHub action
  • Loading branch information
lammel authored Dec 1, 2020
2 parents 2575471 + 364b7e6 commit b90e4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/echo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b90e4e8

Please # to comment.