|
Ran
|
Jobs
1
|
Files
305
|
Run time
47s
|
Badge
README BADGES
|
push
travis-ci
iproto: reduce effects of input buffer fragmentation on large cfg.readahead When cfg.readahead is large, iproto_reset_input() has a tendency to leave all input buffers large enough for a long time. On the other hand, the input buffer is not recycled until its maximal size is reached. This leaves to a case when we keep shifting the read position towards the end of the buffer, fragmenting memory and growing it to readahead size, even if input packets and batches are actually small. Suggested by Alexander Turenko. (cherry picked from commit a58b9bb8d)
3 of 3 new or added lines in 1 file covered. (100.0%)
41496 of 50343 relevant lines covered (82.43%)
839581.48 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 5 | 16536.5 (TARGET=coverage) | 0 |
82.43 |
Travis Job 16536.5 |