Uh oh!
There was an error while loading. Please reload this page.
remove fresh inference vars - #102205
Conversation
lcnr
commented
Sep 23, 2022
@bors try @rust-timer queue |
rust-timer
commented
Sep 23, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Sep 23, 2022
⌛ Trying commit ccb9f3b with merge 4e1d145e605fffb77d1d452ba178c5af9025dfeb... |
bors
commented
Sep 23, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Sep 23, 2022
Queued 4e1d145e605fffb77d1d452ba178c5af9025dfeb with parent 9a963e3, future comparison URL. |
rust-timer
commented
Sep 23, 2022
Finished benchmarking commit (4e1d145e605fffb77d1d452ba178c5af9025dfeb): comparison URL. Overall result: ❌ regressions - 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 |
lcnr
commented
Sep 27, 2022
opened #102360 for the caching bug as I am still unsure about what's the approach we want to take here |
lcnr
commented
Oct 5, 2022
this is blocked on #102472 at which point it will probably make more sense to rewrite this. |
also fixes a caching bug in candidate selection 😅 going to split this into multiple prs before merging
development notes: https://hackmd.io/c2QwAwNATzCwDXR19IlOZA
r? @ghost