aquatic_ws, aquatic_ws_load_test: cargo fmt

This commit is contained in:
Joakim Frostegård 2021-11-02 20:33:14 +01:00
parent d922e5e680
commit 78d29770f3
3 changed files with 16 additions and 12 deletions

View file

@ -97,7 +97,6 @@ fn create_tls_config() -> anyhow::Result<Arc<rustls::ClientConfig>> {
Ok(Arc::new(config))
}
fn monitor_statistics(state: LoadTestState, config: &Config) {
let start_time = Instant::now();
let mut report_avg_response_vec: Vec<f64> = Vec::new();