Skip to main content

binding_achieved

Function binding_achieved 

Source
pub fn binding_achieved(
    scores: &[AchievedThroughput],
) -> Option<&AchievedThroughput>
Expand description

The resource that actually governed the run’s duration: binding_resource’s reduction applied to achieved scores instead of raw bounds. Every entry here shares one duration, so ranking by fraction_of_peak gives the same order ranking the underlying bounds by time_at_peak would.

NaN entries (a zero duration, or a zero, negative, or non-finite peak) cannot be compared and are skipped; None if every entry is such, or scores is empty.