From e48ea6e5e687f21f5ef3dc459a67c8800f8b4cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:55:47 +0000 Subject: [PATCH] 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](https://github.com/benchmark-action/github-action-benchmark/compare/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] --- .github/workflows/benchmarks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index fb103989b8..325626a1da 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -36,7 +36,7 @@ jobs: set -o pipefail cargo bench -p containerd-shim-benchmarks -- --output-format bencher | tee output.txt - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.22.1 with: name: Criterion.rs Benchmark tool: 'cargo' @@ -73,7 +73,7 @@ jobs: done cat bench-mem-* | jq -s 'flatten(1)' > bench-mem.json - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.22.1 with: name: Criterion.rs Benchmark tool: 'customSmallerIsBetter' @@ -159,7 +159,7 @@ jobs: done cat stress-bench-*.json | jq -s 'flatten(1)' > stress-bench.json - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.22.1 with: name: Stress Test Benchmark tool: 'customBiggerIsBetter'