Compare Experiments
compare_experimentsCompare multiple experiment runs side by side to evaluate candidate approaches. See test results, failures, exit codes, change size, artifacts, and a recommendation when evidence supports one.
Instructions
Compare two or more experiments side by side.
USE THIS when you tried several approaches -- three candidate fixes, two runtime versions, a couple of dependency upgrades -- and have to recommend one. Run each approach in its own experiment, then compare.
RETURNS per-experiment test results, failing test names, exit codes, change size, duration and artifact counts, plus a recommendation when the evidence supports one. Destroyed experiments are still comparable: their findings were recorded before teardown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Optional experiment_id -> human label, e.g. {'exp_a': 'Node 22'}. | |
| experiment_ids | Yes | Two or more experiment ids. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| dimensions | No | Per-dimension map of experiment_id -> value. | |
| experiments | Yes | ||
| recommendation | No |