-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[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.
[PERF] see if my fork of `stringdex` affects perf
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (8d6db5f): 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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 475.08s -> 474.988s (-0.02%) |
56678b0 to
2f47924
Compare
|
Another perf run here please |
|
Yes sir! @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 (72862a9): 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 -2.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.501s -> 472.654s (-0.39%) |
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