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 458b62d commit 8a780a5Copy full SHA for 8a780a5
.github/workflows/benchmark.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
# Base for comparison is master branch.
14
- name: Checkout code
15
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.1
16
with:
17
ref: master
18
- name: Install Go
@@ -25,7 +25,7 @@ jobs:
25
# runner is in a shared environment and CPU and mem would be affected by others. (or so I think)
26
- run: go test -run=none -bench=. -count=30 -benchtime=100ms -timeout=20m > /tmp/prev
27
28
29
- run: go test -run=none -bench=. -count=30 -benchtime=100ms -timeout=20m > /tmp/curr
30
31
- run: go install golang.org/x/perf/cmd/benchstat@latest
0 commit comments