You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that my test-suite runs much slower using this package (SERVER-side ONLY tests) than running them with practicalmeteor:mocha. It is NOT only this package - I have also tried practicalmeteor:mocha-xunit-reporter which is unusable as it hits the 120minute limit on CircleCi.
Here are some results: dispatch:mocha OSX => 291 passing (26m) dispatch:mocha CircleCi => NOT yet tested practicalmeteor:mocha OSX => 263 passing (17m) // WINNER practicalmeteor:mocha-xunit-reporter OSX => NOT yet tested practicalmeteor:mocha-xunit-reporter CircleCi => hits the 120minutes limit (=UNUSABLE)
I am just wondering... maybe someone else is experiencing this too. And maybe someone finds a performance hack
The text was updated successfully, but these errors were encountered:
@thebarty I'm also perplexed at this. Some of my integration tests failed on timeout when I first started using dispatch. I don't see anything in the dipatcha:mocha code that is blocking. Practicalmeteor:mocha's code is far more complex.
@keyscores Strange stuff, but I can definetly confirm that for my tests this is the correct data. I just had my first successful pass using dispatch:mocha on CircleCi. So the new data looks like this:
dispatch:mocha OSX => 291 passing (26m) dispatch:mocha CircleCi => 291 passing (24m) // Wohaa! Faster than on OSX. Faster than practicalmeteor:mocha-xunit-reporter practicalmeteor:mocha OSX => 263 passing (17m) practicalmeteor:mocha-xunit-reporter OSX => NOT yet tested practicalmeteor:mocha-xunit-reporter CircleCi => hits the 120minutes limit (=UNUSABLE)
@thebarty Interesting. I don't really have any ideas. Both packages rely on the same core mocha package and operate pretty much the same way for running server tests. We can accept a PR if anyone can figure out some solution.
Hi guys,
I found that my test-suite runs much slower using this package (SERVER-side ONLY tests) than running them with
practicalmeteor:mocha
. It is NOT only this package - I have also triedpracticalmeteor:mocha-xunit-reporter
which is unusable as it hits the 120minute limit on CircleCi.Here are some results:
dispatch:mocha
OSX => 291 passing (26m)dispatch:mocha
CircleCi => NOT yet testedpracticalmeteor:mocha
OSX => 263 passing (17m) // WINNERpracticalmeteor:mocha-xunit-reporter
OSX => NOT yet testedpracticalmeteor:mocha-xunit-reporter
CircleCi => hits the 120minutes limit (=UNUSABLE)I am just wondering... maybe someone else is experiencing this too. And maybe someone finds a performance hack
The text was updated successfully, but these errors were encountered: