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 358cd74 commit c3f95adCopy full SHA for c3f95ad
.github/workflows/benchmarks.yml
@@ -32,13 +32,13 @@ jobs:
32
run: go test -benchmem -run="^$" -bench "^Benchmark" . github.com/timbray/quamina | tee output.txt
33
34
- name: Download previous benchmark data
35
- uses: actions/cache@v1
+ uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
36
with:
37
path: ./cache
38
key: ${{ runner.os }}-benchmark
39
40
- name: Store benchmark result
41
- uses: benchmark-action/github-action-benchmark@v1
+ uses: benchmark-action/github-action-benchmark@3b3014adac5e456db8ad428ccc01bec75242487f
42
43
name: Go Benchmark
44
tool: "go"
0 commit comments