Skip to main content

ReleaseComparison

@forge/monorepo


@forge/monorepo / backend/src / ReleaseComparison

Type Alias: ReleaseComparison

ReleaseComparison = object

Defined in: backend/src/evaluation/index.ts:176

Properties

added

readonly added: readonly CaseComparison[]

Defined in: backend/src/evaluation/index.ts:181


baseline

readonly baseline: string

Defined in: backend/src/evaluation/index.ts:177


candidate

readonly candidate: string

Defined in: backend/src/evaluation/index.ts:178


graderVersionsDiffer

readonly graderVersionsDiffer: 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

readonly improved: readonly CaseComparison[]

Defined in: backend/src/evaluation/index.ts:179


meanScoreDelta

readonly meanScoreDelta: number

Defined in: backend/src/evaluation/index.ts:183


regressed

readonly regressed: readonly CaseComparison[]

Defined in: backend/src/evaluation/index.ts:180


removed

readonly removed: readonly CaseComparison[]

Defined in: backend/src/evaluation/index.ts:182