Skip to content
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

Report Swift toolchain version being used. #213

Open
JaapWijnen opened this issue Dec 20, 2023 · 3 comments
Open

Report Swift toolchain version being used. #213

JaapWijnen opened this issue Dec 20, 2023 · 3 comments

Comments

@JaapWijnen
Copy link

In using the benchmark package. We're sometimes running into improvements and/or regressions in performance due to an update in toolchain. Is there a way we could include the toolchain used in the benchmark results? That way it's easier to clarify certain results or exclude this as a variable when there's a performance change.

@hassila
Copy link
Contributor

hassila commented Dec 20, 2023

One approach is to do what eg. SwiftNIO does and separate threshold results per toolchain as it’s built - it’s probably the most robust approach in general, WDYT?

@hassila
Copy link
Contributor

hassila commented Dec 20, 2023

@hassila
Copy link
Contributor

hassila commented Aug 23, 2024

See also swiftlang/swift#75998

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants