Documentation
¶
Overview ¶
Package benchgate provides a fail-closed benchmark regression gate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Regression ¶
Regression describes a statistically significant benchmark regression.
func ParseAndCheck ¶
func ParseAndCheck(path string, threshold float64) ([]Regression, error)
ParseAndCheck reads benchstat -format=csv output and reports regressions whose positive change is both statistically significant and above threshold.
Click to show internal directories.
Click to hide internal directories.