Replies: 1 comment
-
You should take a look at the "optimizing speed" section of the readme. About 1000 tests in 7s means 7ms per test. Paratest with the default config will spawn 1 process per Testcase which is 1000 process spawns in the worst case. Paratest performs best for slow tests when the spawning overhead is compensated by the parallelization benefit (so -p1 will never give good results). |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a question:
Why is slower to user the paratest extension instead of phpunit ?
I have 1049 unit tests and.... Look this 4 differents executions:
Paratest:
PHPUnit
Beta Was this translation helpful? Give feedback.
All reactions