Commit f1de7df
committed
fix(report): sort diff table by absolute delta descending
The diff table previously sorted function names alphabetically, which
buried the most significant changes. Sort by absolute self-time delta
descending so the biggest changes appear at the top, directly answering
"what changed the most?"1 parent 85d4856 commit f1de7df
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | | - | |
| 576 | + | |
| 577 | + | |
577 | 578 | | |
578 | 579 | | |
579 | 580 | | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
580 | 592 | | |
581 | 593 | | |
582 | 594 | | |
| |||
0 commit comments