-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" #129854
Conversation
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Revert "Auto merge of rust-lang#127537 - veluca93:struct_tf, r=BoxyUwU" This reverts commit acb4e8b, reversing changes made to 100fde5. Opening to see if this can help resolve the recent perf. results [instability](https://rust-lang.zulipchat.com/#narrow/stream/247081-t-compiler.2Fperformance/topic/Weird.20perf.20results).
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (dfc9c99): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDBenchmarking 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 may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)Results (primary -0.6%, secondary -0.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -0.5%, secondary -0.1%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeResults (primary -0.7%, secondary -1.4%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: 790.965s -> 750.306s (-5.14%) |
We could do a bunch of perf. runs, but the desired result (removal of instability) would be a bit hard to detect (we'd need to check if the results don't change much, but even the baseline results after reverting are quite large). So I'd suggest reverting, then checking if it helped and then try to land again with some improvements. |
r? lqd @bors rollup=never |
This one will at least fix a few regressions including bootstrap, while the collector behavior on the other was pretty weird and we may need to try both anyways. @bors r+ |
@bors p=10 All current perf. results seem really weird and misleading, which is confusing developers on merged PRs. We hope that by reverting this PR, it should be fixed, so ideally the revert should be merged ASAP. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (94885bc): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)Results (primary -0.6%, secondary -0.7%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -0.6%, secondary -0.1%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeResults (primary -0.7%, secondary -1.4%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: missing data |
This reverts #127537 (commit acb4e8b), reversing changes made to 100fde5.
Opening to see if this can help resolve the recent perf. results instability.