pub fn is_constant_time(
group_a: &[TimingSample],
group_b: &[TimingSample],
threshold: f64,
) -> boolExpand description
Check if two groups have consistent timing (ratio < threshold).
pub fn is_constant_time(
group_a: &[TimingSample],
group_b: &[TimingSample],
threshold: f64,
) -> boolCheck if two groups have consistent timing (ratio < threshold).