pub async fn measure_latency_under_load( client: Client, server_url: String, samples: Arc<Mutex<Vec<f64>>>, stop: Arc<AtomicBool>, )