We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb543f commit 386dee8Copy full SHA for 386dee8
.github/workflows/bench.yml
@@ -35,12 +35,12 @@ jobs:
35
- name: Run Benchmark (previous)
36
run: |
37
cd previous
38
- go test -bench=. -benchmem -benchtime=100ms -count=8 > benchmark.txt
+ go test -bench=. -benchmem -benchtime=100ms -count=10 ./... > benchmark.txt
39
40
- name: Run Benchmark (new)
41
42
cd new
43
44
45
- name: Run Benchstat
46
run: benchstat previous/benchmark.txt new/benchmark.txt
0 commit comments