mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_read which times read_vectored calls through QcowSync on a prepopulated QCOW2 image. This exercises the hot read path including L2 lookup, pread64 for allocated clusters and iovec scatter. Two TEST_LIST entries: micro_block_qcow_read_128_us and micro_block_qcow_read_256_us with 128 and 256 cluster workloads. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>