Uh oh!
There was an error while loading. Please reload this page.
Shrink ast::Expr harder - #101562
Conversation
rustbot
commented
Sep 8, 2022
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt |
nnethercote
commented
Sep 8, 2022
@bors try @rust-timer queue |
rust-timer
commented
Sep 8, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Sep 8, 2022
⌛ Trying commit 55618ea7ce3e6a75b529e9570b37f77c777ed011 with merge 29c78f7bb22a7e545bae5ae196766f078fe7c1ac... |
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Sep 8, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Sep 8, 2022
Queued 29c78f7bb22a7e545bae5ae196766f078fe7c1ac with parent 4af35b8, future comparison URL. |
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
Sep 8, 2022
Finished benchmarking commit (29c78f7bb22a7e545bae5ae196766f078fe7c1ac): 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 |
55618ea to
1d91c05Comparennethercote
commented
Sep 8, 2022
nnethercote
commented
Sep 8, 2022
Lots of nice performance wins here across all the metrics, hooray. |
This comment was marked as resolved.
This comment was marked as resolved.
1d91c05 to
1dbc69eComparennethercote
commented
Sep 13, 2022
I fixed the conflicts. |
This comment was marked as resolved.
This comment was marked as resolved.
1dbc69e to
3dc22c4Comparennethercote
commented
Sep 13, 2022
@petrochenkov: I have rebased again, should be ready for review. |
nnethercote
commented
Nov 17, 2022
The cycles, wall-time, max-rss, and cache-misses results here are pretty good. |
rustbot
commented
Nov 17, 2022
Could not assign reviewer from: |
petrochenkov
commented
Nov 17, 2022
@bors r+ |
bors
commented
Nov 17, 2022
bors
commented
Nov 18, 2022
⌛ Testing commit 67d5cc0 with merge f6dc382af3e850df6eee3714780066c6d22fdc08... |
bors
commented
Nov 18, 2022
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Nov 18, 2022
The job Click to see the possible cause of the failure (guessed by this bot) |
petrochenkov
commented
Nov 18, 2022
The error seems unrelated and spurious, but let's check again. |
matthiaskrgr
commented
Nov 18, 2022
cc #104563 :( |
bors
commented
Nov 18, 2022
bors
commented
Nov 18, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Nov 18, 2022
Finished benchmarking commit (70fe5f0): 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.
|
nnethercote
commented
Nov 19, 2022
Instruction count results are mixed. But the real results are for cycles and wall-time, which show lots of improvements. @rustbot label: +perf-regression-triaged |
…r=petrochenkov Shrink `ast::Expr` harder r? `@ghost`
r? @ghost