swift-power-assert icon indicating copy to clipboard operation
swift-power-assert copied to clipboard

Splitting up `AssertTests.swift` to improve compilation time

Open amomchilov opened this issue 1 year ago • 1 comments
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?

amomchilov avatar Dec 21 '23 00:12 amomchilov

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.

kishikawakatsumi avatar Dec 21 '23 20:12 kishikawakatsumi