|
Ran
|
Jobs
1
|
Files
518
|
Run time
2min
|
Badge
README BADGES
|
push
github
memtx: fix tuple waste size calculation The main part of the fix resides in the `small` submodule, see commit "small: improve real_size calculation in small_alloc_info". Current patch fixes the pointer that is passed to `small_alloc_info()` - it should point to the `memtx_tuple` rather than `tuple`. Also `memtx_tuple` contains `uint32_t version` that had not been accounted before, now these 4 bytes are added to the `header_size`. Closes #10217 @TarantoolBot document Title: Remove the note regarding `waste_size` from `tuple_object.info()` Product: Tarantool Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_tuple/info/#box-tuple-info Remove the following note: `waste_size` is provided for reference only and can be inaccurate. Avoid using it for memory usage calculations. (cherry picked from commit 5a052bda4)
70162 of 124003 branches covered (56.58%)
10 of 15 new or added lines in 2 files covered. (66.67%)
22 existing lines in 12 files now uncovered.103219 of 117905 relevant lines covered (87.54%)
1610652.72 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 5 |
90.72 |
-0.06% | src/box/memtx_engine.cc |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
91.2 |
0.53% | src/box/box.cc |
| 1 |
96.14 |
-0.18% | src/box/relay.cc |
| 1 |
94.68 |
-0.53% | src/box/vy_range.c |
| 1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
| 1 |
89.39 |
-1.52% | src/lib/small/small/lsregion.c |
| 2 |
84.08 |
-0.18% | src/box/xlog.c |
| 2 |
89.25 |
0.12% | src/box/xrow.c |
| 2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
| 2 |
97.05 |
-0.2% | src/lib/msgpuck/msgpuck.h |
| 2 |
0.0 |
0.0% | src/lib/small/include/small/small.h |
| 3 |
92.42 |
-0.09% | src/box/vinyl.c |
| 4 |
81.82 |
-12.12% | src/lua/minifio.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16365604923.1 | 518 |
87.54 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|