From f922dbf332783f0f14e225756a1b6c31178a69e4 Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Wed, 1 Apr 2026 18:25:16 +0100 Subject: [PATCH] skip[ci]: remove `debug-assertions=yes` from codspeed runs Signed-off-by: Joe Isaacs --- .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 10a5e0c791d..0b221e8b690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -746,7 +746,7 @@ jobs: tool: cargo-codspeed - name: Build benchmarks env: - RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes" + RUSTFLAGS: "-C target-feature=+avx2" run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench - name: Run benchmarks uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2