-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[benchmark] Janitor Duty: Sweep I #22556
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
[benchmark] Janitor Duty: Sweep I #22556
Conversation
@swift-ci please benchmark |
@swift-ci please smoke test |
This comment has been minimized.
This comment has been minimized.
@eeckstein Please review 🙏 |
basically lgtm. |
This benchmark had good enough runtime with the original 10x loop multiplier. Lowering it further exposed the setup overhead of creating the 10k element array. Reverting back.
Extract the array creation out of the main workload function of `DataAppendArray` to stabilize it’s performance in -Onone.
bcd4763
to
93adef9
Compare
@swift-ci please benchmark |
@swift-ci please smoke test |
Performance: -O
Code size: -O
Performance: -Osize
Code size: -Osize
Performance: -Onone
How to read the dataThe tables contain differences in performance which are larger than 8% and differences in code size which are larger than 1%.If you see any unexpected regressions, you should consider fixing the Noise: Sometimes the performance results (not code size!) contain false Hardware Overview
|
@eeckstein Hmm… from the above report, I would argue that we should not rename the |
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.
ok, LGTM
I’m confused now. You approved this with the changed name… Do you want me to merge this as is ( |
Please merge it as is (with ArrayLiteral2) |
A little bit of benchmark cleanup.