From 5b927ad214a5a2bd268f526734410b8859316b0c Mon Sep 17 00:00:00 2001 From: pshu Date: Fri, 7 Nov 2025 11:22:54 +0800 Subject: [PATCH] chore: enable tracing but off tracing logs --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ccaefc7..d4b6af4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -44,7 +44,7 @@ jobs: - name: Build Benchmark env: RUSTFLAGS: "-C debuginfo=1 -C strip=none -g --cfg codspeed" - run: cargo codspeed build --features codspeed + run: cargo codspeed build --features codspeed,enable_instrument,tracing/release_max_level_off,tracing/max_level_off - name: Run benchmark uses: CodSpeedHQ/action@v3