Skip to content

Commit 10b35b5

Browse files
committed
chore: enable tracing but off tracing logs
1 parent b8f4b11 commit 10b35b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build Benchmark
4545
env:
4646
RUSTFLAGS: "-C debuginfo=1 -C strip=none -g --cfg codspeed"
47-
run: cargo codspeed build --features codspeed
47+
run: cargo codspeed build --features codspeed,enable_insrument,tracing/release_max_level_off,tracing/max_level_off
4848

4949
- name: Run benchmark
5050
uses: CodSpeedHQ/action@v3

0 commit comments

Comments
 (0)