performance-metrics: Enable io_uring feature on block crate

Enable the io_uring feature so that QcowDiskAsync and QcowAsync are
available for async path micro benchmarks.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-03-26 23:12:08 +01:00
committed by Rob Bradford
parent c1b4fcc750
commit 4a607ed82d

View File

@@ -5,7 +5,7 @@ name = "performance-metrics"
version = "0.1.0"
[dependencies]
block = { path = "../block" }
block = { path = "../block", features = ["io_uring"] }
clap = { workspace = true, features = ["wrap_help"] }
dirs = { workspace = true }
libc = { workspace = true }