mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_batch_write which builds a batch of num_ops write requests and submits them all at once through submit_batch_requests. Writes in QcowAsync are synchronous (COW path), so this measures whether batching reduces per-request overhead compared to individual write_vectored calls. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>