Expand description
Plan execution: resumable, checkpointed after every candidate (the box dies — idle guard, dead-man switch, spot reclaim — so the harness is resumable or it is broken, docs/ARCHITECTURE.md), with a CPU heartbeat so a GPU-bound sweep never looks idle to the 30-minute CPU alarm.
Structs§
- Candidate
Result - What measuring one candidate produced — including the ways it can fail.
- Results
- A
results.v1document: every measurement, and the machine that took it. - RunOptions
- How to visit a plan’s candidates, and when to stop.
Functions§
- run_
plan - Execute
plan, appending toresults_path(resume: candidates already present are skipped). Writes the results file after every candidate.