View Source mix bench.compare (Dequel v0.4.1)
Compare two benchmark JSON files to identify performance changes.
Usage
MIX_ENV=bench mix bench.compare bench/results/before.json bench/results/after.jsonThe comparison shows:
- Average execution time for each scenario
- Percentage change between runs
- Color-coded status (green = faster, red = regression)