main.rs (hyperfine-1.14.0) | : | main.rs (hyperfine-1.15.0) | ||
---|---|---|---|---|
#![cfg_attr( | ||||
all(windows, feature = "windows_process_extensions_main_thread_handle"), | ||||
feature(windows_process_extensions_main_thread_handle) | ||||
)] | ||||
use std::env; | use std::env; | |||
use benchmark::scheduler::Scheduler; | use benchmark::scheduler::Scheduler; | |||
use cli::get_cli_arguments; | use cli::get_cli_arguments; | |||
use command::Commands; | use command::Commands; | |||
use export::ExportManager; | use export::ExportManager; | |||
use options::Options; | use options::Options; | |||
use anyhow::Result; | use anyhow::Result; | |||
use colored::*; | use colored::*; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |