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
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: