:wave:, I came across this TouchLab article <Bewar...
# touchlab-tools
i
👋, I came across this TouchLab article Beware of Build Time Bloat due to having very, very slow CI performance when running iOS tests; it takes about 40+ minutes to complete. I've tried asking around in other channels, such as "multiplatform". Are there any tips in improving CI build times? FYI, this is a multi module CMP project, if we run it locally it's under 10-12 mins but ci it's way longer
s
I'd guess that the CI build time is much longer due to less cores available for parallelization with the multiple modules. I know "faster machine" isn't the ideal solution, but if you can get more cores available, i imagine it would go a long way. troubleshooting the performance itself can be more involved. We've helped clients with it before. Helps to profile the build and get an idea of how much time is happing in the config phase vs the build, look for any bottlenecks