Skip to content

Commit 2f2898c

Browse files
committed
fix(bench): don't enable read_blackbox by default
1 parent 68e1c93 commit 2f2898c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compio/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ compio-buf = { workspace = true, features = ["bumpalo"] }
4848
compio-runtime = { workspace = true, features = ["criterion"] }
4949
compio-macros = { workspace = true }
5050

51-
criterion = { workspace = true, features = ["async_tokio", "real_blackbox"] }
51+
criterion = { workspace = true, features = ["async_tokio"] }
5252
futures-channel = { workspace = true }
5353
futures-util = { workspace = true }
5454
rand = "0.8.5"
@@ -120,6 +120,8 @@ nightly = [
120120
"try_trait_v2",
121121
]
122122

123+
real_blackbox = ["criterion/real_blackbox"]
124+
123125
[[example]]
124126
name = "basic"
125127
required-features = ["macros"]

0 commit comments

Comments
 (0)