goldens library
Classes
- GoldenStore
-
The
benchmarks.jsonstore: reads recorded goldens, checks measured samples against them (regression gate) and records new ones. - MetricCheck
-
One metric's verdict against its recorded golden (regression gate).
Every metric is lower-is-better; a metric with no recorded golden under
ref or
anyis reported as noGolden (a check before the first record — warned, not failed).
Constants
- goldensPath → const String
- Default store file name, in one place.