anp / lolbench

tracking performance of rustc-generated binaries over time
https://lolbench.rs
Apache License 2.0
105 stars 12 forks source link

Sort anomalies for each nightly #61

Open shssoichiro opened 6 years ago

shssoichiro commented 6 years ago

Within a nightly, the anomalies currently don't appear to be sorted in any particular order. I think it would make sense to sort by number of standard deviations (most significant regressions at the top) to make it easier to see likely regressions in the list.

anp commented 6 years ago

I believe they're sorted by the KDE score which represents a combination of factors, but I'll have to double check later. I didn't expose those anomaly indices in the UI because I wasn't sure how to explain them, but that could be something worth revisiting.