ReleaseComparison
@forge/monorepo / backend/src / ReleaseComparison
Type Alias: ReleaseComparison
ReleaseComparison =
object
Defined in: backend/src/evaluation/index.ts:176
Properties
added
readonlyadded: readonlyCaseComparison[]
Defined in: backend/src/evaluation/index.ts:181
baseline
readonlybaseline:string
Defined in: backend/src/evaluation/index.ts:177
candidate
readonlycandidate:string
Defined in: backend/src/evaluation/index.ts:178
graderVersionsDiffer
readonlygraderVersionsDiffer:boolean
Defined in: backend/src/evaluation/index.ts:191
True when the graders differ between the two runs.
A comparison across grader versions is a comparison of two instruments, and the delta cannot be attributed to the platform. Flagged rather than refused, because sometimes it is the only comparison available — but never silently, because "quality dropped" and "we recalibrated" look identical in the numbers.
improved
readonlyimproved: readonlyCaseComparison[]
Defined in: backend/src/evaluation/index.ts:179
meanScoreDelta
readonlymeanScoreDelta:number
Defined in: backend/src/evaluation/index.ts:183
regressed
readonlyregressed: readonlyCaseComparison[]
Defined in: backend/src/evaluation/index.ts:180
removed
readonlyremoved: readonlyCaseComparison[]
Defined in: backend/src/evaluation/index.ts:182