Speeding up RSpec and Cucumber with PostgreSQL fsync flag and parallel execution
After we’ve added RSpec and Cucumber to our CI build process, it got really, really slow. Due to the application character, after each scenario (for Cucumber) we truncate and restore the whole database. 45 minutes for a single build is definitely not what we aimed to get. See how we got it down by 75%.
Post a comment