-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Rollup of 3 pull requests #151858
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
Rollup of 3 pull requests #151858
Conversation
…thercote Make some load-from-disk function pointers optional in query vtables For queries that never incremental-cache to disk, we can represent that fact with None (i.e. a null function pointer) in their vtables, and avoid having to generate stub functions that do nothing. (There is no decrease in vtable size; we just go from 3/8 padding bytes to 4/8 padding bytes.) There should be no change to compiler output.
…athanBrouwer Port `rustc_layout` to attribute parser Tracking issue: rust-lang#131229 Uses rust-lang#151827 r? jdonszelmann
…r=GuillaumeGomez Fix flakyness issue with `tests/rustdoc-gui/globals.goml` test Just realized that when the search input is wrong, sometime we don't even load the search index (which is logical). Since we want to check that the search index is loaded, turned the query into something that works. r? ghost
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
📌 Perf builds for each rolled up PR:
previous master: 7d8ebe3128 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
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 7d8ebe3 (parent) -> e823167 (this PR) Test differencesShow 228 test diffsStage 0
Stage 1
(and 122 additional test diffs) Additionally, 6 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard e823167aa6f7f03aea8e91208ce9bace8ad9ebf2 --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 (e823167): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression 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 0.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.2%, secondary -2.6%)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.389s -> 474.712s (-0.14%) |
Successful merges:
rustc_layoutto attribute parser #151831 (Portrustc_layoutto attribute parser)tests/rustdoc-gui/globals.gomltest #151856 (Fix flakyness issue withtests/rustdoc-gui/globals.gomltest)r? @ghost
Create a similar rollup