Uses of Record Class
dev.dokimos.core.gate.GateVerdict
Packages that use GateVerdict
-
Uses of GateVerdict in dev.dokimos.core.gate
Methods in dev.dokimos.core.gate that return GateVerdictModifier and TypeMethodDescriptionstatic GateVerdictRegressionGate.evaluate(ExperimentResult candidate, BaselineFile baseline, GateConfig config) Compares a candidate against a baseline and returns the gate verdict.static GateVerdictGateVerdict.noBaseline(double candidatePassRate) The verdict when no baseline exists yet: nothing to regress against, so the gate passes.static GateVerdictRegressionGateRunner.run(ExperimentResult candidate, Path baseline, GateConfig config, RegressionGateRunner.Environment env) Runs the gate lifecycle for one candidate against one baseline path.