mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
c1b4fcc750
commit
4a607ed82d
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user