-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[benchmark] run_smoke_bench tweaks #20667
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
Tests that used hashing were being unnecessarily tested multiple times, because this environment variable was missing.
@eeckstein Please review 🙏 |
Allow for running of test matching the naming convention proposed in swiftlang#20334.
53692f1
to
4e5f51d
Compare
@swift-ci benchmark |
1 similar comment
@swift-ci benchmark |
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.
lgtm
@swift-ci smoke test |
1 similar comment
@swift-ci smoke test |
Build comment file:No performance and code size changes |
Thank you Erik! |
@eeckstein just quick a reminder from above, as it looks like #20769 also uses periods in names:
|
If the dots cause any trouble, I can still change them! |
Two small fixes:
The naming change is to allow for measuring tests conforming to proposed naming convention in #20334 (only partial support for
.
and-
, for now without!
and?
), like the #20552 and #20666.If these get accepted, the Apple-internal script that measures benchmarks and submits them to LNT should also be updated to work with such names.