Skip to content

Commit 58e8b72

Browse files
build(deps): Bump benchmark-action/github-action-benchmark
Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.20.7 to 1.21.0. - [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](benchmark-action/github-action-benchmark@4bdcce3...a7bc236) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9af0f90 commit 58e8b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# only update the benchmark baseline on push/dispatch, not on PRs
102102
- name: Store EVM Contract Roundtrip result
103103
if: always()
104-
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
104+
uses: benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0
105105
with:
106106
name: EVM Contract Roundtrip
107107
tool: 'go'
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Store Block Executor result
122122
if: always()
123-
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
123+
uses: benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0
124124
with:
125125
name: Block Executor Benchmark
126126
tool: 'go'
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Store Spamoor Trace result
141141
if: always()
142-
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
142+
uses: benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0
143143
with:
144144
name: Spamoor Trace Benchmarks
145145
tool: 'customSmallerIsBetter'

0 commit comments

Comments
 (0)