Skip to main content

Module diff

Module diff 

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

MetricDiff
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 diff command.