Skip to main content

Module run

Module run 

Source
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§

CandidateResult
What measuring one candidate produced — including the ways it can fail.
Results
A results.v1 document: 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 to results_path (resume: candidates already present are skipped). Writes the results file after every candidate.