-
Notifications
You must be signed in to change notification settings - Fork 14k
[PERF] see if my fork of stringdex affects perf
#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
base: master
Are you sure you want to change the base?
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.
|
Unknown argument "cance". Run |
|
@bors try cancel |
|
Try build cancelled. Cancelled workflows: |
7763e06 to
246ad6d
Compare
|
@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 (d73a1bd): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking 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. @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 -3.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.4%)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: 475.57s -> 475.357s (-0.04%) |
|
I'm quite happy with these results, they're even better than the first perf run, but now all my changes to @notriddle , once you approve the last PR, I think it would be a good point to release a new version of |
|
Yeah this performance improvement is awesome to see, thanks a lot for your effort! |
246ad6d to
bd97748
Compare
|
@bors try @rust-timer queue Pushed a new version that takes a branch of Gonna take advantage of the fact that the perf queue is really quiet right now to get another reading. Mostly for the sake of my curiosity, wanna see if I managed to squeeze out a few more green numbers until notriddle gets a chance to properly review everything :) |
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.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (5d905a8): 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 (primary -1.7%, secondary -3.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -1.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.467s -> 474.025s (-0.09%) |
|
Looks a tiny bit better when only looking at "Doc" profile (changes in other profiles are probably noise): Previous run (avg. -0.49) vs last run (avg. -0.50). |
|
☔ The latest upstream changes (presumably #148573) made this pull request unmergeable. Please resolve the merge conflicts. |
bd97748 to
77de6dd
Compare
cc @GuillaumeGomez and @notriddle
please disregard the actual changes in my fork on
stringdex, it's all "wip" commits and a bunch of different changes I was experimenting with..I just wanna see if it actually has an effect on the rustc benchmarks (not just the
stringdexbenchmarks) to see if it's worth pursuing