1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-13 01:30:31 +02:00

Merge pull request #1702 from pafuent/increase_number_of_benchmarks_in_comparison_action

Increasing number of benchmarks on GitHub action
This commit is contained in:
Roland Lammel
2020-12-01 11:24:29 +01:00
committed by GitHub

View File

@ -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: |