-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[test] Add Range Overlaps Benchmark #23294
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
[test] Add Range Overlaps Benchmark #23294
Conversation
@swift-ci please benchmark |
@swift-ci please smoke test |
Performance: -O
Performance: -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
|
Hi @PatrickPijnappel – can you tweak the number of iterations a little to keep the benchmark runs performant? |
@airspeedswift Thanks! Updated. Also split up the set up to fix the other warnings |
@swift-ci Please benchmark |
Build failed before running benchmark. |
7f416bf
to
37b2522
Compare
37b2522
to
143f253
Compare
@swift-ci Please benchmark |
Performance: -O
Performance: -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
|
@swift-ci Please smoke test |
Separate PR for benchmark from #23293, to merge first so that PR can compare its performance to master. Let me know if there is a better way to achieve this. I've run the benchmark locally, would just like the CI to verify.