Making Rails run just a few tests faster

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 #tests https://rubyonrails.ba/single/making-rails-run-just-a-few-tests-faster

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles