mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: treewide: fmt for edition 2024
`cargo +nightly fmt` Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Bo Chen
parent
061351d82d
commit
363273111a
@@ -9,8 +9,8 @@ extern crate test_infra;
|
||||
mod performance_tests;
|
||||
|
||||
use std::process::Command;
|
||||
use std::sync::mpsc::channel;
|
||||
use std::sync::Arc;
|
||||
use std::sync::mpsc::channel;
|
||||
use std::time::Duration;
|
||||
use std::{env, fmt, thread};
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use std::{fs, thread};
|
||||
use test_infra::{Error as InfraError, *};
|
||||
use thiserror::Error;
|
||||
|
||||
use crate::{mean, ImageFormat, PerformanceTestControl, PerformanceTestOverrides};
|
||||
use crate::{ImageFormat, PerformanceTestControl, PerformanceTestOverrides, mean};
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
pub const FOCAL_IMAGE_NAME: &str = "focal-server-cloudimg-amd64-custom-20210609-0.raw";
|
||||
|
||||
Reference in New Issue
Block a user