mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_async_random_read which reads clusters in random order through the QcowAsync io_uring path. This mirrors the existing sync random read benchmark and measures io_uring completion handling under random access patterns. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>