-
Notifications
You must be signed in to change notification settings - Fork 13k
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
std: Test not emitting debuginfo for backtrace deps #74560
Conversation
This is an attempt to see if this affects the regression from rust-lang#73441 where most of the regression appears to be in the linker, and the linker does certainly spend a lot of time in debuginfo.
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Insufficient permissions to issue commands to rust-timer. |
⌛ Trying commit 3516a16 with merge 2e7283ac4c3767c9483f82e77119a8794133abea... |
@rust-timer queue |
Awaiting bors try build completion |
☀️ Try build successful - checks-actions, checks-azure |
Queued 2e7283ac4c3767c9483f82e77119a8794133abea with parent 7138410, future comparison URL. |
Finished benchmarking try commit (2e7283ac4c3767c9483f82e77119a8794133abea): comparison url. |
Ok, data has been had, going to close this. |
This is an attempt to see if this affects the regression from #73441
where most of the regression appears to be in the linker, and the linker
does certainly spend a lot of time in debuginfo.