-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[benchmark] Janitor Duty: Sweep II #22690
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
Conversation
Refactored to extract setup overhead. Input refference dictionaries are extracted to lazily initialized constants (only first sample includes the overhead, so I’m also skipping the `setUpFunction` with `blackHole`).
@swift-ci please benchmark |
This comment has been minimized.
This comment has been minimized.
@swift-ci please benchmark |
@swift-ci please smoke test |
@eeckstein please review 🙏 |
This comment has been minimized.
This comment has been minimized.
21be505
to
2704a3e
Compare
I've backed out the |
@swift-ci please smoke test |
@swift-ci please benchmark |
This comment has been minimized.
This comment has been minimized.
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.
basically lgtm. See my comments.
Extracted run functions and added setUpFunctions.
79abeca
to
311ddce
Compare
@swift-ci please smoke test |
@swift-ci please smoke test os x platform |
@swift-ci please benchmark |
@swift-ci please smoke test os x platform |
1 similar comment
@swift-ci please smoke test os x platform |
@swift-ci 🤷♂️😤🤯 |
Performance: -O
Code size: -O
Code size: -Osize
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
|
Some more benchmark cleanup...