Skip to main content

grade_overall

Function grade_overall 

Source
pub fn grade_overall(
    ping: Option<f64>,
    jitter: Option<f64>,
    download_bps: Option<f64>,
    upload_bps: Option<f64>,
    profile: UserProfile,
) -> LetterGrade
Expand description

Compute overall connection grade from individual grades and profile weights.