-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
CI: do not compile libcore twice when performing LLVM PGO #95927
Conversation
Great, thanks for the cleanup! This shouldn't any have performance impact and should be safe to rollup, but let's see. @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit aeb3df7 with merge 6891cb57bdf39cf22546fa319f647972cd9af80d... |
☀️ Try build successful - checks-actions |
Queued 6891cb57bdf39cf22546fa319f647972cd9af80d with parent 48a9e10, future comparison URL. |
Finished benchmarking commit (6891cb57bdf39cf22546fa319f647972cd9af80d): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Footnotes |
No perf changes as expected, so there shouldn't be any impact on CI (except for the few seconds it saves to compile libcore twice) and seems safe to rollup. @bors r+ rollup |
📌 Commit aeb3df7 has been approved by |
CI: do not compile libcore twice when performing LLVM PGO I forgot the delete the first compilation when modifying this file in a previous PR. r? `@lqd`
CI: do not compile libcore twice when performing LLVM PGO I forgot the delete the first compilation when modifying this file in a previous PR. r? ``@lqd``
Rollup of 7 pull requests Successful merges: - rust-lang#95008 ([`let_chains`] Forbid `let` inside parentheses) - rust-lang#95801 (Replace RwLock by a futex based one on Linux) - rust-lang#95864 (Fix miscompilation of inline assembly with outputs in cases where we emit an invoke instead of call instruction.) - rust-lang#95894 (Fix formatting error in pin.rs docs) - rust-lang#95895 (Clarify str::from_utf8_unchecked's invariants) - rust-lang#95901 (Remove duplicate aliases for `check codegen_{cranelift,gcc}` and fix `build codegen_gcc`) - rust-lang#95927 (CI: do not compile libcore twice when performing LLVM PGO) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I forgot the delete the first compilation when modifying this file in a previous PR.
r? @lqd