-
Notifications
You must be signed in to change notification settings - Fork 13k
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 perf-regression 101620 #102064
Revert perf-regression 101620 #102064
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit a4708ad24676f7d384f2188ddd905717f58acd16 with merge 4ed50b77a11b5371d2119b3a7fb491f7006f95b1... |
☀️ Try build successful - checks-actions |
Queued 4ed50b77a11b5371d2119b3a7fb491f7006f95b1 with parent cd8cc91, future comparison URL. |
Finished benchmarking commit (4ed50b77a11b5371d2119b3a7fb491f7006f95b1): 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)ResultsThis 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.
CyclesResultsThis 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.
Footnotes |
r=me, I guess needs a rebase. Regressions are expected (we're reverting a PR that did improve performance on a subset of benchmarks) but overall the regressions there and the improvements here outweigh each other -- we see a 1.8% improvement in the primary benchmarks overall. |
@bors r=Mark-Simulacrum |
📌 Commit 3916434619d06e5eb00df021c9873adfe419b263 has been approved by It is now in the queue for this repository. |
@bors r=Mark-Simulacrum |
@bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (bb5a016): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @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)ResultsThis 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.
CyclesResultsThis 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.
Footnotes |
Revert perf-regression 101620 Reverts rust-lang#101862 rust-lang#101620 r? `@Mark-Simulacrum`
The regression slipped into beta. I think this PR deserves consideration for backport. |
[beta] backports * Avoid duplicating StorageLive in let-else rust-lang#101894 * Re-add HRTB implied static bug note rust-lang#101924 * Revert "Copy stage0 binaries into stage0-sysroot" rust-lang#101942 * implied_bounds: deal with inference vars rust-lang#102016 * fix ConstProp handling of written_only_inside_own_block_locals rust-lang#102045 * Fix wrongly refactored Lift impl rust-lang#102088 * Fix a typo “pararmeter” in error message rust-lang#102119 * Deny associated type bindings within associated type bindings rust-lang#102338 * Continue migration of CSS themes rust-lang#101934 * Fix search result colors rust-lang#102369 * Fix unwind drop glue for if-then scopes rust-lang#102394 * Revert "Use getentropy when possible on all Apple platforms" rust-lang#102693 * Fix associated type bindings with anon const in GAT position rust-lang#102336 * Revert perf-regression 101620 rust-lang#102064 * `EscapeAscii` is not an `ExactSizeIterator` rust-lang#99880
Revert perf-regression 101620 Reverts rust-lang#101862 rust-lang#101620 r? `@Mark-Simulacrum`
Reverts #101862 #101620
r? @Mark-Simulacrum