Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(
    metrics: BTreeMap<String, f64>,
    checks: &[Check],
) -> VerifyReport
Expand description

Evaluate checks against metrics. With no checks, pass is true (a pure “describe the metrics” call).