Uh oh!
There was an error while loading. Please reload this page.
Fix perf issue for auto trait selection - #95333
Conversation
GuillaumeGomez
commented
Mar 26, 2022
@bors try @rust-timer queue |
rust-timer
commented
Mar 26, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Mar 26, 2022
⌛ Trying commit ad88732 with merge 9db3bca9e8b8c644abfdd58ef3114d02f9f7e03b... |
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Mar 26, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Mar 26, 2022
Queued 9db3bca9e8b8c644abfdd58ef3114d02f9f7e03b with parent bc881e8, future comparison URL. |
GuillaumeGomez
commented
Mar 27, 2022
Let's run another perf check to see if there is any difference with one field removed. @bors try @rust-timer queue |
rust-timer
commented
Mar 27, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Mar 27, 2022
⌛ Trying commit bd51f17 with merge 00ed864234397653296be8e49cfa858c092ccd63... |
bors
commented
Mar 27, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Mar 27, 2022
Finished benchmarking commit (9db3bca9e8b8c644abfdd58ef3114d02f9f7e03b): comparison url. Summary: This benchmark run shows 22 relevant improvements 🎉 to instruction counts.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf. @bors rollup=never |
oli-obk
commented
Mar 27, 2022
@bors r+ rollup=never |
bors
commented
Mar 27, 2022
📌 Commit bd51f17 has been approved by |
bors
commented
Mar 28, 2022
bors
commented
Mar 28, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Mar 28, 2022
Finished benchmarking commit (3badf5c): comparison url. Summary: This benchmark run shows 20 relevant improvements 🎉 to instruction counts.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Follow-up of #95069 which fixes the perf issue introduced by it.
r? @oli-obk