rust-lang / crater

Run experiments across parts of the Rust ecosystem!
https://crater.rust-lang.org
642 stars 90 forks source link

Sort output results by relevance #747

Open Noratrieb opened 4 weeks ago

Noratrieb commented 4 weeks ago

Currently, the crater report just sorts the results alphabetically. Image It would be nice to instead sort them by relevance (crates.io downloads/github stars) because especially for more "who relies on this" kind of experiments, people don't have time to investigate 100 different crates, so it would be nice to know which ones matter the most. For example in the one shown above, crossbeam-channel and crossterm show up, two widely used crates. These should definitely be investigated! By not sorting them, we have a higher risk of missing important regressions and wasting time on irrelevant ones (like, no one cares if some weird crate with almost no downloads relies on an implementation detail).