fn cmp_tps_asc(a: Option<f64>, b: Option<f64>) -> Ordering
Compare optional TPS values ascending; None sorts last.
None