|
Ran
|
Jobs
1
|
Files
305
|
Run time
24s
|
Badge
README BADGES
|
push
travis-ci
vinyl: lookup key in reader thread If a key isn't found in the tuple cache, we fetch it from a run file. In this case disk read and page decompression is done by a reader thread, however key lookup in the fetched page is still performed by the tx thread. Since pages are immutable, this could as well be done by the reader thread, which would allow us to save some precious CPU cycles for tx. Close #4257 (cherry picked from commit 04b19ac15)
32 of 32 new or added lines in 1 file covered. (100.0%)
41553 of 50406 relevant lines covered (82.44%)
840719.11 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 5 | 17212.5 (TARGET=coverage) | 0 |
82.44 |
Travis Job 17212.5 |