-
Notifications
You must be signed in to change notification settings - Fork 14k
Upgrade stringdex to 0.0.3
#147918
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
Upgrade stringdex to 0.0.3
#147918
Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[PERF] see if my fork of `stringdex` affects perf
This comment has been minimized.
This comment has been minimized.
|
💥 Test timed out after |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
[PERF] see if my fork of `stringdex` affects perf
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (cc4f770): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -4.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.4%, secondary 2.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 472.842s -> 473.067s (0.05%) |
|
Performance looks excellent, the coercions result is clearly bimodal noise |
|
@yotamofek: Do you want to merge this one already? |
|
Nah, my changes to |
|
It's fine. Send me the PR on GitLab, and I'll look at them ASAP. |
cc972ec to
56678b0
Compare
|
Still a WIP, but I've started PR-ing my changes and notriddle has merged a few of them already, and I'm interested in the interim perf results. Would love another perf run please 🙏 |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
043522a to
0156490
Compare
stringdex affects perfstringdex to 0.0.3
0156490 to
e921e28
Compare
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
|
r? @notriddle rustbot has assigned @notriddle. Use |
|
Finally ready for review! Thanks @notriddle for collaborating on this :) Contains the dep upgrade itself, and some adaptations required. TBH, I'm not completely sure about the changes to |
|
Feel free to r+ it if you don't need to wait for notriddle's approval. |
|
Thanks! He's already reviewed all my changes to @bors r=GuillaumeGomez rollup=never |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 5dbf406 (parent) -> d682af8 (this PR) Test differencesShow 3 test diffs3 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard d682af88a57b0045f8348507682c16c6160b522d --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (d682af8): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary -3.6%, secondary -0.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.258s -> 472.838s (-0.30%) |
Includes a bunch of optimizations for a nice perf win