-
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
Use tracing spans in rustc_trait_selection #77792
Use tracing spans in rustc_trait_selection #77792
Conversation
19ff0d7
to
33566e3
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit 33566e3c4d5c128db222179e0fd0ea4ac7deff27 with merge 33f17791eda83acb9da4fee1c76dda7d9a630c7f... |
☀️ Try build successful - checks-actions, checks-azure |
Queued 33f17791eda83acb9da4fee1c76dda7d9a630c7f with parent 87b71ed, future comparison URL. |
Finished benchmarking try commit (33f17791eda83acb9da4fee1c76dda7d9a630c7f): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
This is up to a 0.8% regression. I'll see if reducing the number of spans being used can help here. |
33566e3
to
a555e3e
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit a555e3e018d4bae90448e51f4ce34bad3da3376d with merge 021a682eb34f6400e8cf300121d1b4a28f6267e3... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-actions |
a555e3e
to
b8d2560
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit b8d2560 with merge 3cb8bc741b28e59fb753232e99ce1d235fd6c713... |
☀️ Try build successful - checks-actions, checks-azure |
Queued 3cb8bc741b28e59fb753232e99ce1d235fd6c713 with parent 8cc82ee, future comparison URL. |
Finished benchmarking try commit (3cb8bc741b28e59fb753232e99ce1d235fd6c713): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
@bors r+ looks like we actually got a small perf improvement out of it |
📌 Commit b8d2560 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
Final results confirm the perf improvement. |
Spans are very helpful when debugging this code. It's also hot enough to make a good benchmark.
r? @oli-obk