From 36e0d4bfb82055dd2ffb863586a430bfc927e641 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Wed, 24 Sep 2025 16:13:14 +0200 Subject: [PATCH] ci: don't compile the benchmarks in a separate CI step They're built as part of the codspeed run these days, so this is duplicated wasteful work. --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa9426b18..5d88f206e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -385,23 +385,3 @@ jobs: HOMESERVER_DOMAIN: "synapse" run: | cargo nextest run -p matrix-sdk-integration-testing --features "${{ matrix.feature }}" - - compile-bench: - name: 🚄 Compile benchmarks - runs-on: ubuntu-latest - - steps: - - name: Checkout the repo - uses: actions/checkout@v5 - - - name: Install Rust - uses: dtolnay/rust-toolchain@stable - - - name: Load cache - uses: Swatinem/rust-cache@v2 - with: - save-if: ${{ github.ref == 'refs/heads/main' }} - - - name: Compile benchmarks (no run) - run: | - cargo bench --profile dev --no-run