Check any travis build. hhvm tests are significally slower than php tests.
At 77% of unit tests it takes a long time (something is strange here).
This is then reflected in hhvm total test time
Example: https://travis-ci.org/joomla/joomla-cms
hhvm tests takes more or less the same time as php unit tests
More than double time.
N/A
N/A
Labels |
Added:
?
|
I have prepared a PR #13169.
@photodude If you are interest in speed up unit tests take a look at #11872.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-12 16:32:14 |
Closed_By | ⇒ | andrepereiradasilva |
closed as we have a PR to test
There are 2 factors in the total time for the HHVM tests
You can use
--debug
to see what tests are running at the moment things slow down (unfortunately it's spending about 5 minutes watching the tests then trying to write down which ones are slow)