Uh oh!
There was an error while loading. Please reload this page.
Remove NormalizationError::ConstantKind - #108689
Conversation
rustbot
commented
Mar 3, 2023
r? @lcnr (rustbot has picked a reviewer for you, use r? to override) |
oli-obk
commented
Mar 3, 2023
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
bors
commented
Mar 3, 2023
⌛ Trying commit a43b554 with merge 45ef8287e0460e0232c84651df5dcaf16b0daf82... |
lcnr
commented
Mar 3, 2023
r=me after perf |
bors
commented
Mar 3, 2023
☀️ Try build successful - checks-actions |
1 similar comment
bors
commented
Mar 3, 2023
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
Mar 3, 2023
Finished benchmarking commit (45ef8287e0460e0232c84651df5dcaf16b0daf82): comparison URL. Overall result: ✅ improvements - no 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. @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.
|
lcnr
commented
Mar 3, 2023
@bors r+ |
bors
commented
Mar 3, 2023
bors
commented
Mar 3, 2023
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
bors
commented
Mar 4, 2023
bors
commented
Mar 4, 2023
☀️ Test successful - checks-actions |
rust-timer
commented
Mar 4, 2023
Finished benchmarking commit (01b7a6a): comparison URL. Overall result: ❌ regressions - 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
lqd
commented
Mar 4, 2023
I believe this is just more @rustbot label: +perf-regression-triaged |
No longer in use by
TryNormalizeAfterErasingRegionsFolder(as of #102355 / e8150fa it seems). It's makingLayoutError, etc. kinda large -- that was noticed by @Zoxc.