Ran
|
Jobs
3
|
Files
153
|
Run time
7min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Disable the GC if running under PHP 7.2 PHP 7.2 has a fixed-size GC root buffer which turns out to be far too small when parsing large articles. The GC is invoked very often, as memory usage grows, but rarely detects any cycles. This overly frequent invocation of the GC on large data structures causes very slow parsing. PHP 7.3 has a dynamically sized GC root buffer, tuned to collect a certain number of cycles per invocation, which avoids this problem. Bug: T230861 Change-Id: I72e82e19e
9640 of 12141 branches covered (79.4%)
15068 of 17771 relevant lines covered (84.79%)
97098.9 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 2992.1 | 153 |
84.79 |
Travis Job 2992.1 | |
2 | 2992.2 | 153 |
84.79 |
Travis Job 2992.2 | |
3 | 2992.3 | 153 |
84.82 |
Travis Job 2992.3 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|