rust-lang / rustc-perf

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

insert only summaries with specified profile when specified #1944

Closed s7tya closed 2 months ago

s7tya commented 2 months ago

fix #1943

I added a profile param to the create_summary(). This lets us filter the summary based on the specified profile. If no profile is specified, it will behave as before. If a profile is specified, it will only include that profile in the summary.