-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Update minifier version to 0.2.1 #97772
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
334786e
to
64e58ff
Compare
This comment has been minimized.
This comment has been minimized.
64e58ff
to
4b6355f
Compare
This comment has been minimized.
This comment has been minimized.
4b6355f
to
ec5a04c
Compare
This comment has been minimized.
This comment has been minimized.
ec5a04c
to
5f51e68
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 5f51e6885f3c324845cda9861306c1d3d1ccac10 with merge ab85068d959f4172da4956bedaabce2efb89f948... |
☀️ Try build successful - checks-actions |
Queued ab85068d959f4172da4956bedaabce2efb89f948 with parent 79b6bad, future comparison URL. |
Finished benchmarking commit (ab85068d959f4172da4956bedaabce2efb89f948): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. 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. @bors rollup=never Footnotes |
As expected, no change in performance. |
5f51e68
to
edd26ad
Compare
Updated! |
@bors r+ |
📌 Commit edd26ad has been approved by |
⌛ Testing commit edd26ad with merge 05f228c9c190a37da7c9b464a5345fb8cd0b263e... |
💔 Test failed - checks-actions |
Network error. @bors retry |
⌛ Testing commit edd26ad with merge 641466157d920803527e08aa401448380f08df06... |
💥 Test timed out |
Another spurious failure... @bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (1494792): 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 |
This change and these changes come from an idea of @camelid: instead of creating a string, we just
write
the type into the file directly.I don't think it'll have a big impact on perf but it's still a potential small improvement.
r? @notriddle