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 68e1c93 commit 2f2898cCopy full SHA for 2f2898c
compio/Cargo.toml
@@ -48,7 +48,7 @@ compio-buf = { workspace = true, features = ["bumpalo"] }
48
compio-runtime = { workspace = true, features = ["criterion"] }
49
compio-macros = { workspace = true }
50
51
-criterion = { workspace = true, features = ["async_tokio", "real_blackbox"] }
+criterion = { workspace = true, features = ["async_tokio"] }
52
futures-channel = { workspace = true }
53
futures-util = { workspace = true }
54
rand = "0.8.5"
@@ -120,6 +120,8 @@ nightly = [
120
"try_trait_v2",
121
]
122
123
+real_blackbox = ["criterion/real_blackbox"]
124
+
125
[[example]]
126
name = "basic"
127
required-features = ["macros"]
0 commit comments