Skip to content

Change #if os(Darwin) to #if os(macOS) in performanc test #1940

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

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Jul 23, 2023

os(Darwin) always evaluated to false, meaning that the performance tests were never executed.

`os(Darwin)` always evaluated to `false`, meaning that the performance tests were never executed.
@ahoppen ahoppen requested a review from kimdv July 23, 2023 15:44
@ahoppen
Copy link
Member Author

ahoppen commented Jul 23, 2023

Running CI 3 times to check that the measured instruction count stays within the 1% boundary.

1/3

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Jul 24, 2023

2/3

@swift-ci Please test macOS

@ahoppen
Copy link
Member Author

ahoppen commented Jul 24, 2023

3/3

@swift-ci Please test macOS

@ahoppen ahoppen merged commit daa8d38 into swiftlang:main Jul 25, 2023
@ahoppen ahoppen deleted the ahoppen/fix-performance-test branch July 25, 2023 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants