Uses of Record Class
dev.dokimos.core.gate.BaselineFile
Packages that use BaselineFile
-
Uses of BaselineFile in dev.dokimos.core.gate
Methods in dev.dokimos.core.gate that return BaselineFileModifier and TypeMethodDescriptionstatic BaselineFileBaselineStore.project(ExperimentResult result, GateConfig config) Projects an experiment result into the v1 baseline format (no I/O).static BaselineFileReads and validates a baseline file.Methods in dev.dokimos.core.gate with parameters of type BaselineFileModifier and TypeMethodDescriptionstatic GateVerdictRegressionGate.evaluate(ExperimentResult candidate, BaselineFile baseline, GateConfig config) Compares a candidate against a baseline and returns the gate verdict.BaselineStore.toRunResults(BaselineFile baseline) Reconstructs comparison-ready runs from a baseline.