Skip to content

Commit e48ea6e

Browse files
chore(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.22.1. - [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@v1.20.7...v1.22.1) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7fbcd1 commit e48ea6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
set -o pipefail
3737
cargo bench -p containerd-shim-benchmarks -- --output-format bencher | tee output.txt
3838
- name: Store benchmark result
39-
uses: benchmark-action/github-action-benchmark@v1.20.7
39+
uses: benchmark-action/github-action-benchmark@v1.22.1
4040
with:
4141
name: Criterion.rs Benchmark
4242
tool: 'cargo'
@@ -73,7 +73,7 @@ jobs:
7373
done
7474
cat bench-mem-* | jq -s 'flatten(1)' > bench-mem.json
7575
- name: Store benchmark result
76-
uses: benchmark-action/github-action-benchmark@v1.20.7
76+
uses: benchmark-action/github-action-benchmark@v1.22.1
7777
with:
7878
name: Criterion.rs Benchmark
7979
tool: 'customSmallerIsBetter'
@@ -159,7 +159,7 @@ jobs:
159159
done
160160
cat stress-bench-*.json | jq -s 'flatten(1)' > stress-bench.json
161161
- name: Store benchmark result
162-
uses: benchmark-action/github-action-benchmark@v1.20.7
162+
uses: benchmark-action/github-action-benchmark@v1.22.1
163163
with:
164164
name: Stress Test Benchmark
165165
tool: 'customBiggerIsBetter'

0 commit comments

Comments
 (0)