|
Ran
|
Jobs
1
|
Files
514
|
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)
69083 of 122349 branches covered (56.46%)
10 of 15 new or added lines in 2 files covered. (66.67%)
12 existing lines in 7 files now uncovered.101732 of 116342 relevant lines covered (87.44%)
1844577.24 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 5 |
89.3 |
-0.06% | src/box/memtx_engine.cc |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
93.95 |
-0.32% | src/box/memtx_space.c |
| 2 |
84.43 |
0.01% | src/box/xlog.c |
| 2 |
93.03 |
-0.1% | src/lib/core/fiber.c |
| 2 |
96.95 |
-0.2% | src/lib/msgpuck/msgpuck.h |
| 2 |
0.0 |
0.0% | src/lib/small/include/small/small.h |
| 1 |
92.29 |
0.09% | src/box/vinyl.c |
| 1 |
97.4 |
-0.06% | src/lib/salad/bps_tree.h |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16365605995.1 | 514 |
87.44 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|