-
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
Stabilize Utf8Chunks
#123909
Stabilize Utf8Chunks
#123909
Conversation
@bors try I'd like to try crater to find out whether anything is using bstr's |
Stabilize `Utf8Chunks` Pending FCP in rust-lang#99543. This PR includes the proposed modification in rust-lang/libs-team#190 as agreed in rust-lang#99543 (comment).
☀️ Try build successful - checks-actions |
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
That doesn't look too bad! As far as I can tell, |
@rustbot ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@bors r+
@bors r=joboet |
☀️ Test successful - checks-actions |
Finished benchmarking commit (4d570ee): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 671.828s -> 673.336s (0.22%) |
These are all doc regressions, which seems fine for perf triage purposes imo. |
I'm not so convinced. This should be a much more minor change IMO -- it might be exposing some bad performance in rustdoc (maybe some bad behavior with inherent impls?) and could be worth digging into further. Not marking as triaged yet, will try to spend some time here this week. |
Pending FCP in #99543.
This PR includes the proposed modification in rust-lang/libs-team#190 as agreed in #99543 (comment).