Skip to main content

compute_overall_grade

Function compute_overall_grade 

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