briandunn / flatware

A parallel test runner for RSpec and Cucumber with pretty output
MIT License
282 stars 35 forks source link

How does this compare to the parallel_tests gem? #92

Open jesseduffield opened 3 months ago

jesseduffield commented 3 months ago

Hi, I'm interested to know how this compares to the parallel_tests gem? I'm currently using that and wondering if flatware would give me faster specs, or whether both repos take a similar approach and so have similar characteristics. Thanks

WaKeMaTTa commented 3 months ago

I don't have metrics to show you. But in the past when I compared parallel_tests implementation vs flatware implementation, i found that flatware was faster.

jesseduffield commented 3 months ago

Thanks