Expand description
Result export — CSV with raw measurements (for anyone to independently re-check the statistics) and a JSON report (for CI/automation).
Structs§
- Json
Report - Machine-readable report for CI/automation/bug bounty attachments. Always carries the sidecheck version and seed — a year from now the statistics algorithm may have changed, and without a version an old report becomes unclear about what to trust.
Functions§
- read_
json - Reads back a report previously written by
write_json— used bysidecheck compareto load both sides of a baseline/current comparison. Deliberately lenient aboutsidecheck_version: an older report from a previous release should still load, since comparing across versions (the whole point of a CI baseline) is the normal case, not an error condition. - write_
csv - write_
json