mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_compressed_read which reads clusters from a zlib compressed QCOW2 image. Every cluster triggers decompression, isolating the decompression overhead from the normal allocated cluster read path. Workloads: 128 and 256 clusters. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>