rust-lang / rustc-perf

Website for graphing performance of rustc
https://perf.rust-lang.org
616 stars 148 forks source link

Move `Selector` into database crate #1958

Closed s7tya closed 1 month ago

s7tya commented 2 months ago

To implement #1734, it would be nice to move Selector from the site crate to the database crate. This PR will move Selector itself and related things into the database crate.

I left things like SiteCtxt that is only used in the site crate as it is.