Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntString ¶
type IntString struct {
// contains filtered or unexported fields
}
IntString is for sorting, primarily intended for map[string]int as implemented below
type NaiveAnalyzer ¶
type NaiveAnalyzer struct {
}
NaiveAnalyzer implements functions that calculate flakiness as a ratio of failed tests to total tests
func (*NaiveAnalyzer) GetFlakiness ¶
func (na *NaiveAnalyzer) GetFlakiness(gridMetrics []*common.GridMetrics, minRuns int, startDate int, endDate int, tab string) *summarypb.HealthinessInfo
GetFlakiness returns a HealthinessInfo message with data to display flakiness as a ratio of failed tests to total tests
Click to show internal directories.
Click to hide internal directories.