pub fn compute_overall_grade( ping: Option<f64>, jitter: Option<f64>, download: Option<f64>, upload: Option<f64>, profile: UserProfile, ) -> String