swift-power-assert
swift-power-assert copied to clipboard
Splitting up `AssertTests.swift` to improve compilation time
trafficstars
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?
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.