-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Shrink ast::Attribute
.
#100441
Shrink ast::Attribute
.
#100441
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 0d1133901da5599ad9f955041c4855ecc460de65 with merge bad7d1c65f1cb84b8cfebde01942c43777b59160... |
This comment has been minimized.
This comment has been minimized.
0d11339
to
a69032b
Compare
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit a69032bdeb2941eeb468fb6f9db72ba6e0a73c1e with merge b15be6b3ef71de4bedb1f1eabeb93191f85dbec3... |
This comment has been minimized.
This comment has been minimized.
a69032b
to
c1f0e36
Compare
Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit c1f0e3653fc959786724c92645d51f43491ec858 with merge 4c7727694361ebbb11914ea478f7ef88149135bb... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
Queued 4c7727694361ebbb11914ea478f7ef88149135bb with parent e2b52ff, future comparison URL. |
Finished benchmarking commit (4c7727694361ebbb11914ea478f7ef88149135bb): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Footnotes |
Surprisingly good results on
cc @jyn514 |
that doesn't surprise me too much - everything in https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/clean/types/index.html is basically a wrapper around Glad to see this improve the performance so much! |
@bors r=petrochenkov |
📌 Commit b0e6d97087b1735ac94f071f815f85922bc33137 has been approved by It is now in the queue for this repository. |
@bors r- |
b0e6d97
to
85a6cd6
Compare
Third time lucky: @bors r=petrochenkov |
There some ast trait that implemented for some structs with tokens. Should it be implemented for rust/compiler/rustc_ast/src/ast_traits.rs Lines 131 to 162 in 8556e66
|
It is covered here: rust/compiler/rustc_ast/src/ast_traits.rs Lines 212 to 229 in 8556e66
|
☀️ Test successful - checks-actions |
Finished benchmarking commit (14a459b): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
r? @ghost