|
Ran
|
Jobs
1
|
Files
526
|
Run time
1min
|
Badge
README BADGES
|
push
github
Revert "Fix a potential error with the rmean structure fields access" This reverts commit 91d8e7ae2. An rmean object is supposed to be modified from a single thread. If multiple threads need to collect stats, they should create per-thread rmean objects, e.g. see the IPROTO implementation. Reading an rmean value is safe from any thread because it fits in a machine word so there's no need to use atomic counters. NO_DOC=internal NO_TEST=internal NO_CHANGELOG=internal
70391 of 118502 branches covered (59.4%)
10 of 10 new or added lines in 2 files covered. (100.0%)
117 existing lines in 16 files now uncovered.105905 of 120829 relevant lines covered (87.65%)
1397080.68 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
88.17 |
-0.07% | src/box/vy_run.c |
| 1 |
85.78 |
0.09% | src/box/xlog.c |
| 1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 1 |
97.41 |
-0.86% | src/lib/vclock/vclock.c |
| 2 |
91.05 |
-0.06% | src/box/box.cc |
| 2 |
90.0 |
-0.1% | src/box/xrow.c |
| 2 |
93.4 |
-0.41% | src/box/xrow_update_field.c |
| 3 |
91.27 |
-0.31% | src/box/vy_scheduler.c |
| 4 |
92.34 |
-0.13% | src/box/vinyl.c |
| 4 |
97.15 |
-0.2% | src/lib/msgpuck/msgpuck.h |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| 4 |
22.64 |
-0.08% | src/lib/uri/uri_parser.c |
| 6 |
95.2 |
-1.04% | src/box/vy_read_iterator.c |
| 8 |
60.42 |
-3.55% | src/lib/core/fio.c |
| 73 |
96.12 |
0.01% | src/box/iproto.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 22661725864.1 | 526 |
87.65 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|