-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[benchmark] Package.swift: Don’t trap on stray files under single-source/ #30601
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
@swift-ci smoke test |
@swift-ci benchmark |
Performance: -O
Code size: -OPerformance: -OsizeCode size: -OsizePerformance: -Onone
Code size: -swiftlibsHow 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
|
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 test Linux platform |
Build failed |
Ah, I missed the failure logs. :-( @swift-ci please test linux platform |
Build failed |
@swift-ci test linux platform |
Build failed |
Ah, I finally caught the build failure in time to look at the logs. They're weird:
|
🤦♂️ |
@swift-ci test |
Make
benchmark/Package.swift
more robust against stray files (such as.DS_store
) underbenchmark/single-source/
etc.Currently it traps with an Array index bounds error, leading to a difficult-to-debug build issue.