krakjoe / pcov

PCOV - CodeCoverage compatible driver for PHP
Other
698 stars 28 forks source link

Thanks! Improvement of 50% of my phpunit stage #94

Open cavo789 opened 2 years ago

cavo789 commented 2 years ago

Wow! Just by disabling XDEBUG_MODE (=off) and installing pcov in my Docker image, I've reduced the time needed by my unit tests stage from 11 minutes to 5 minutes and 30 seconds. 50% of increase with the same features. The same number of tests are fired and the code covering is the same.

Amazing.

Thanks for you work!!!