-
Notifications
You must be signed in to change notification settings - Fork 13.9k
remove a performance hack #148066
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
remove a performance hack #148066
Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
remove a performance hack
148e4ae to
561e3ce
Compare
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (d0ec043): comparison URL. Overall result: ❌ regressions - 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)This benchmark run did not return any relevant results for this metric. CyclesResults (primary 2.1%, secondary 2.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 475.14s -> 475.927s (0.17%) |
|
looks irrelevant for the new solver and I don't want perf opts in the trait solver if we don't have a test where they matter. The last beta cutoff was yesterday, so we have a whole 12 weeks before this hits stable in case something does rely on its use in coherence. If so, I want to get another test for it. |
|
@bors r+ tying random stuff to the recursion limit is always fun |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 34f954f (parent) -> cc63a0a (this PR) Test differencesShow 1 test diff1 doctest diff were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard cc63a0abde59a0de58ced46a2a882364f967632c --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (cc63a0a): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary -2.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 475.237s -> 475.029s (-0.04%) |
This hack seems no longer used 🤔 nalgebra compiles without it.
Let's run perf to see whether it matters.
r? @BoxyUwU