Commit e3acdab
committed
fix(utils): render rme via formatNumber in the default table converter
The default `console.table` converter formatted `rme` with `.toFixed(2)`,
which prints "Infinity%" when the latency mean is 0 (total timer
saturation). Route it through `formatNumber` like the other displayed
numbers so it renders "+∞%" and stays consistent with mean/p50/mad
formatting; finite values are unaffected for realistic rme (< 1000%).
Also clarify in the `Statistics.mad` doc that MAD is not scaled by the
1.4826 normal-consistency factor.1 parent 0e99b1b commit e3acdab
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
| 735 | + | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
0 commit comments