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