From 16ed102ab252b61ea64b975231544c2ae628cac5 Mon Sep 17 00:00:00 2001 From: not-matthias Date: Mon, 29 Sep 2025 11:00:32 +0200 Subject: [PATCH 1/2] chore: use latest runner --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f87e2db..dbf977a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,6 @@ jobs: env: CODSPEED_GO_PKG_VERSION: ${{ github.head_ref || github.ref_name }} - compat-integration-test-walltime: runs-on: codspeed-macro steps: @@ -47,10 +46,11 @@ jobs: cache-target: release - name: Run the benchmarks - uses: CodSpeedHQ/action@main + uses: CodSpeedHQ/action@chore/runner-branch env: CODSPEED_GO_PKG_VERSION: ${{ github.head_ref || github.ref_name }} with: + branch: cod-1348-perf-debug-logs-of-currentbenchmark-are-shown-in-github mode: walltime working-directory: example run: cargo r --manifest-path ../go-runner/Cargo.toml -- test -bench=. From 0b8c3711ce1f13aef616379062879c1dc2d81281 Mon Sep 17 00:00:00 2001 From: not-matthias Date: Mon, 29 Sep 2025 11:09:23 +0200 Subject: [PATCH 2/2] fix: use correct arg name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbf977a..3087f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: env: CODSPEED_GO_PKG_VERSION: ${{ github.head_ref || github.ref_name }} with: - branch: cod-1348-perf-debug-logs-of-currentbenchmark-are-shown-in-github + runner-branch: cod-1348-perf-debug-logs-of-currentbenchmark-are-shown-in-github mode: walltime working-directory: example run: cargo r --manifest-path ../go-runner/Cargo.toml -- test -bench=.