Making Rails run just a few tests faster
26-Jul-2021 1118
Some time ago, I learned that Rails parallel testing had a significant overhead due to database setup and fixture loading. Essentially, each process will set up its own database and load all the fixtures, and this is not free for non trivial datasets.
Making Rails run just a few tests faster #ruby #rubydeveloper #rubyonrails #Making #Rails #tests #faster #tests https://rubyonrails.ba/link/making-rails-run-just-a-few-tests-faster