mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Introduce a new BlockControl struct to encapsulate fio operation parameters. This replaces the tuple-based fio_control with a more extensible structure that includes: - fio_ops: The FIO operation type - bandwidth: Whether to measure bandwidth or IOPS - test_file: The file path to test against This refactoring enables reusing performance_block_io with different test files. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>