balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Parallel #592

Closed steveklabnik closed 10 years ago

steveklabnik commented 10 years ago

This uses parallel_tests to run some cukes in parallel.

real    9m29.327s
user    0m7.570s
sys     0m0.700s

with:

real    3m49.818s
user    0m10.913s
sys     0m1.037s

On my system. I'm not sure if four threads is optimal.

I cleaned up some of the other task related things: now that we're not running with anything failing, we shouldn't need that original, bootstrap infrastructure.

steveklabnik commented 10 years ago

One reason this may get tricky:

SECRET: ak-test-1In249T38c4ETNZCEfL9NZg2Jw3xxrbCO
MARKETPLACE: TEST-MP2Ig1qsYuHDBXEFRAJwx0Kt
Using the default profile...
.SECRET: ak-test-T2F4FluWh33aCgGIYmrmqSN8lY3QuRS0
MARKETPLACE: TEST-MP2I7kdpXkosjzo3eldzJdXP
Using the default profile...
.SECRET: ak-test-bPRoFeUMnqxErorADtSzk0KYo5R3Vlh1
MARKETPLACE: TEST-MP2ImPFBDk37xJaZA9Q73gA9
Using the default profile...
..................SECRET: ak-test-DttnCw4uGWdVWjdmxOBf1H1xkxNZk0jP
MARKETPLACE: TEST-MP2I44wtiZouj1kMoMWXjcNP
Using the default profile...

From Travis. we create four test marketplaces, one for each test. hmmmmm.

steveklabnik commented 10 years ago

I think this is a good idea, but not by default, and not on travis. Closing in favor of a different implementation.