Documentation
¶
Overview ¶
Package statistics contains deterministic statistical helpers used by behavioral and operational-reliability oracles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Flakiness ¶
type Flakiness struct {
Samples int64 `json:"samples"`
Passes int64 `json:"passes"`
Failures int64 `json:"failures"`
Inconclusive int64 `json:"inconclusive"`
Disagreement float64 `json:"disagreement"`
FlakyDetected bool `json:"flaky_detected"`
}
Flakiness describes whether repeated completed attempts disagree. It does not replace the verdict of any individual attempt.
func MeasureFlakiness ¶
MeasureFlakiness counts stable public verdict labels. WARN is neither a pass nor target failure and therefore contributes to inconclusive samples.
Click to show internal directories.
Click to hide internal directories.