pub const MIN_DISPATCHES_FOR_VERDICT: u32 = 8;Expand description
Minimum number of dispatches per variant before a verdict can be rendered. Below this threshold the variance dominates and the decision is unreliable; the runtime keeps racing both variants.