-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Update cargo #120036
Update cargo #120036
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
@bors r+ p=1 rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6ed31ab): comparison URL. Overall result: ❌✅ regressions and improvements - 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.
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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 664.632s -> 663.655s (-0.15%) |
This is most likely the effect of rust-lang/cargo#13257. But it's weird that binary size wasn't reduced 🤔 Edit: binary size was reduced, but rustc-perf currently has a bug that prevents it from being shown. A PR with a fix is already up. |
Stripping by default feels significant enough that it could be mentioned in the release notes? |
Yeah. The Cargo PR has already got relnote label. |
Perf. wins outweigh the losses by a lot, and this was a Cargo update anyway, so not much we could do. @rustbot label: +perf-regression-triaged |
10 commits in 84976cd699f4aea56cb3a90ce3eedeed9e20d5a5..1cff2ee6b92e0ad3f87c44b70b28f788b2528b3c
2024-01-12 15:55:43 +0000 to 2024-01-16 16:56:57 +0000
--precise
accept arbitrary git revisions (fix(cargo-update):--precise
accept arbitrary git revisions cargo#13250)-Zprecise-pre-release
unstable flag (Introduce-Zprecise-pre-release
unstable flag cargo#13296)r? ghost