flameiq.reporting — HTML Reports
FlameIQ static HTML report generator.
Produces a fully self-contained, offline-capable HTML report.
No CDN dependencies.
No JavaScript frameworks.
Pure HTML5 + CSS + minimal vanilla JS for the bar chart.
Single file output — share via email, artifacts, or S3.
- flameiq.reporting.html_generator.generate_report(result, baseline, current, output_path)[source]
Generate and write a self-contained HTML comparison report.
- Parameters:
result (ComparisonResult) – The comparison result from
compare_snapshots().baseline (PerformanceSnapshot) – The baseline snapshot.
current (PerformanceSnapshot) – The current snapshot being evaluated.
output_path (Path) – Filesystem path to write the
.htmlfile.
- Return type:
None