We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f4b11 commit 10b35b5Copy full SHA for 10b35b5
.github/workflows/benchmark.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build Benchmark
45
env:
46
RUSTFLAGS: "-C debuginfo=1 -C strip=none -g --cfg codspeed"
47
- run: cargo codspeed build --features codspeed
+ run: cargo codspeed build --features codspeed,enable_insrument,tracing/release_max_level_off,tracing/max_level_off
48
49
- name: Run benchmark
50
uses: CodSpeedHQ/action@v3
0 commit comments