User tests: Successful: Unsuccessful:
Pull Request for Issue #13168.
Turn off the JIT in hhvm to speed up the unit tests.
Source: facebook/hhvm#6979
Travis.
Code review.
N/A
Status | New | ⇒ | Pending |
Category | ⇒ | Repository |
I have disabled JIT only for unit tests on travis and only for HHVM.
For production environment JIT is good.
@PhilETaylor I believe the php jit is slated for php8. We likely will end up disabling any jit in php for shot lived things like unit tests since the compiling penalty out weighs the short term benefits. (See the justification link in the pr description)
Wow that's an impressive speed up of nearly 3 minutes. Although I think jit testing has a place, I think that place is in full system tests (alpha, beta, RC, etc) and not in unit tests.
Looks good to me by code review
I have tested this item
Nice! code review
I have tested this item
Looks good, by code review
Status | Pending | ⇒ | Ready to Commit |
RTC
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-13 12:24:38 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
As JIT is the future (PHP7.1) is this not the wrong thing to do? or am I missing something?