Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteBaseline ¶
Types ¶
type Baseline ¶
type Baseline struct {
SchemaVersion int `json:"schema_version"`
ModulePath string `json:"module_path"`
Total Ratio `json:"total"`
Packages map[string]Ratio `json:"packages"`
}
func NewBaseline ¶
func ReadBaseline ¶
type Regression ¶
func Compare ¶
func Compare(baseline Baseline, current Snapshot) []Regression
Click to show internal directories.
Click to hide internal directories.