Documentation
¶
Overview ¶
benchcheck is a CLI tool for comparing Go benchmark results and detecting regressions.
Usage:
benchcheck --baseline baseline.txt --current current.txt [--threshold 1.20] benchcheck --compare-with-main # Compare current branch against main
Exit codes:
0 - No regressions or only notices 1 - Critical regressions detected 2 - Usage error 3 - File read error
Click to show internal directories.
Click to hide internal directories.