mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace explicit --kernel and --cmdline arguments with the default_kernel_cmdline() helper in performance_net_throughput, performance_net_latency, and performance_block_io. This simplifies the code and ensures consistency with how the kernel command line is configured across tests. Signed-off-by: Muminul Islam <muislam@microsoft.com>