-
Notifications
You must be signed in to change notification settings - Fork 13.4k
CI: merge msvc cargo and tools jobs #112796
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
(rustbot has picked a reviewer for you, use r? to override) |
The build has finished in 1 hour 13 minutes, so this would cut the duration of the two jobs approximately in half, when combined. https://github.com/rust-lang/rust/actions/runs/5312775017/jobs/9617766087?pr=112796 |
a15e196
to
e115359
Compare
@pietroalbini gentle ping. |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0608208): 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)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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 658.38s -> 655.999s (-0.36%) |
The

x86_64-msvc-cargo
andx86_64-msvc-tools
jobs both run for ~1 hour, but most of that time is actually spent in building LLVM andrustc
, so I want to try merging them.