Skip to content

Commit

Permalink
fix(bench): don't enable read_blackbox by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Mar 12, 2024
1 parent 68e1c93 commit 2f2898c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ compio-buf = { workspace = true, features = ["bumpalo"] }
compio-runtime = { workspace = true, features = ["criterion"] }
compio-macros = { workspace = true }

criterion = { workspace = true, features = ["async_tokio", "real_blackbox"] }
criterion = { workspace = true, features = ["async_tokio"] }
futures-channel = { workspace = true }
futures-util = { workspace = true }
rand = "0.8.5"
Expand Down Expand Up @@ -120,6 +120,8 @@ nightly = [
"try_trait_v2",
]

real_blackbox = ["criterion/real_blackbox"]

[[example]]
name = "basic"
required-features = ["macros"]
Expand Down

0 comments on commit 2f2898c

Please sign in to comment.