platanus / potassium

A Rails application generator by Platanus, inspired by Suspenders
MIT License
232 stars 17 forks source link

feat(ci): split specs by timings for parallel run #263

Closed rjherrera closed 4 years ago

rjherrera commented 4 years ago

This PR improves CircleCI build time by considering timings for spec splitting. We gain more than one minute in total.

Further improvement is possible but I think that it should be done in a spec-by-spec basis, as some specs like the ci recipe one are extremely slow.