gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

Parallelization! #45

Open itstommymorgan opened 12 years ago

itstommymorgan commented 12 years ago

Definitely not a near-term concern for tconsole, but it'd be neat if we could eventually configure it to take advantage of multiple cores and get tests done even faster.

batasrki commented 12 years ago

+2

nalanj commented 12 years ago

Shouldn't be too hard if we just fork for each test suite and make sure that the number doesn't exceed the number of cores on the system.

batasrki commented 12 years ago

Should we set a milestone on this? 2.0, maybe?

nalanj commented 12 years ago

Let's just let it sit for a bit - I don't see it being so big of a change that it requires a major version bump, and it may be something we can hack together pretty quickly.