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

Splitting up AssertTests.swift to improve compilation time #434

Open
amomchilov opened this issue Dec 21, 2023 · 1 comment
Open

Splitting up AssertTests.swift to improve compilation time #434

amomchilov opened this issue Dec 21, 2023 · 1 comment

Comments

@amomchilov
Copy link
Contributor

After #433, AssertTests.swift takes a bulk of the compilation time. You can really feel it too, it makes iterating on the tests rather sluggish.

Can we split this file up into some smaller tests that can be compiled in parallel?

Is there a particular way to split it that would make sense?

@kishikawakatsumi
Copy link
Owner

The tests are arranged from the top according to similar content. It would be nice to count from the top and group them into approximately the same volume, I guess.

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

No branches or pull requests

2 participants