Parent: #758
Related implementation: #738
Actor story
As a git-warp maintainer, I need reproducible cold, warm, and incremental materialization measurements so that an optimization is proven against the same causal workload and later changes cannot quietly restore full replay or redundant CAS work.
Required work
- Define a versioned, deterministic causal corpus generated from a fixed seed.
- Keep corpus generation outside timed regions while reporting its logical size and topology.
- Run cold materialization, warm git-cas reuse, and one bounded suffix update as distinct scenarios.
- Capture process user/system CPU, wall time, peak RSS/heap, Git operations, git-cas evidence, and output cardinality.
- Include warmups and repeated samples; report median and dispersion.
- Execute base and head on the same runner/toolchain with order bias controlled.
- Emit a stable JSON result schema suitable for CI comparison and historical publication.
Acceptance criteria
Parent: #758
Related implementation: #738
Actor story
As a git-warp maintainer, I need reproducible cold, warm, and incremental materialization measurements so that an optimization is proven against the same causal workload and later changes cannot quietly restore full replay or redundant CAS work.
Required work
Acceptance criteria