fn ratio(raw: Option<f64>, gglib: Option<f64>) -> Option<f64>
raw ÷ gglib, or None when either side is unmeasured or the denominator is zero — an infinite speedup is not a measurement.
raw ÷ gglib
None