Compare rounds
compare_roundsCompares two rounds of the same UT — per-use-case and per-task success-rate, duration, and rating deltas, plus how problems and bugs moved (fixed / new / persisting) between rounds. Pass the later round as utId; against defaults to the round utId was cloned from (its previous round). Use it when asked to compare rounds or see what changed across iterations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| utId | Yes | The (usually later) round to compare. | |
| against | No | The other round's UT id. Defaults to the round utId was cloned from (its previous round). |