# Memory Transfer Evaluation Fixtures
The canonical human-edited fixture sources are the `.toml` files in this directory.
The benchmark harness seeds one shared post-promotion, post-compaction profile kernel in code and
combines it with each target-repo scenario from these fixture specs. Capture output lands under
`target/memory_transfer/`.
Useful commands:
```text
CCD_CAPTURE_ONLY=1 cargo bench --bench memory_transfer
CCD_CAPTURE_ONLY=1 CCD_RECORD_RESULTS_LABEL=2026-03-13-item-44 cargo bench --bench memory_transfer
```
Result labels should stay immutable once committed so later transfer-policy work can compare before
and after runs.