fhelium.benchmarks.v1.io
Strict JSON persistence for FHElium Benchmark v1 reports.
read_report
function View source
python
def read_report(path: str | os.PathLike[str]) -> BenchmarkReport: ...1
Read one strict Benchmark v1 report from UTF-8 JSON.
write_report_atomic
function View source
python
def write_report_atomic(path: str | os.PathLike[str], report: BenchmarkReport) -> None: ...1
Validate and atomically persist a BenchmarkReport.