-
Couldn't load subscription status.
- Fork 13.9k
Revert "Streamline iterator chaining when computing successors." #148086
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
Conversation
The new chaining structure turned out to have unexpected perf consequences. This reverts commit 3d95159.
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Revert "Streamline iterator chaining when computing successors."
This comment has been minimized.
This comment has been minimized.
|
Per #148054 (comment) I no longer intend to merge this, but I'll let the perf job continue to confirm that a revert would resolve the perf regression. |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (1d89aee): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 2.2%, secondary 1.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.979s -> 474.299s (-0.14%) |
|
Closing this PR, and leaving any revert/fix up to the original author instead. |
The new chaining structure turned out to have unexpected perf consequences.
This reverts commit 3d95159.
r? ghost (until a perf run confirms that the revert is good)