We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0137573 commit b139046Copy full SHA for b139046
.github/workflows/bench.yml
@@ -34,11 +34,13 @@ jobs:
34
run: go install golang.org/x/perf/cmd/benchstat@latest
35
36
- name: Run Benchmark (previous)
37
+ timeout-minutes: 5
38
run: |
39
cd previous
40
go test -bench=. -benchmem -benchtime=100ms -count=10 ./... > benchmark.txt
41
42
- name: Run Benchmark (new)
43
44
45
cd new
46
0 commit comments