Expand description
Profile diff: compare two CGP profiles and detect regressions. Spec section 2.6: cgp diff. Must complete in <100ms for two saved JSONs (FALSIFY-CGP-062).
Structs§
- Metric
Diff - Diff result for a single metric.
Functions§
- diff_
profiles - Compare two profiles and return metric diffs.
- render_
diff - Render diff to stdout.
- run_
diff - Run the
cgp diffcommand.