• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 18684469233
88%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2025 01:18PM UTC
Jobs 1
Files 513
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Oct 2025 12:53PM UTC coverage: 87.632% (+0.01%) from 87.618%
18684469233

push

github

sergepetrenko
perf: fix `perf/tuple.cc` benchmark

The commit fixes several tuple benchmark problems (and potential
unwanted optimization is among them):
1. There was `std::vector<char[...]>` construction - it looks monstrous
   and actually breaks build on some platforms (MacOS, for example)
   because of destructor problems. Let's replace it with `std::array`,
   it has the same semantics and is actually the right way to go because
   it is a C++ class and has a defined destructor.
2. There is an annoying warning complaining that `sprintf` is deprecated,
   so let's simply replace it with `snprintf`.
3. There are warnings regarding `DoNotOptimize` usage - its const-reference
   overload is deprecated because it can be actually optimized by compiler.
   Let's save expression results to local variables so that non-const
   reference overload is used.

NO_TEST=perf
NO_CHANGELOG=perf
NO_DOC=perf

69852 of 117663 branches covered (59.37%)

104831 of 119626 relevant lines covered (87.63%)

1371891.92 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.14
-0.18% src/box/relay.cc
1
95.72
-0.12% src/box/replication.cc
1
88.01
0.08% src/box/vy_run.c
1
95.4
-1.15% src/lib/core/histogram.c
1
75.06
-0.25% src/main.cc
2
91.36
0.42% src/box/box.cc
2
84.65
-0.11% src/box/xlog.c
2
89.27
-0.1% src/box/xrow.c
2
85.61
-0.72% src/lib/core/coio.c
3
90.9
-0.31% src/box/vy_scheduler.c
3
97.05
-0.2% src/lib/msgpuck/msgpuck.h
3
22.64
-0.06% src/lib/uri/uri_parser.c
4
92.45
-0.13% src/box/vinyl.c
4
93.31
-1.27% src/lib/swim/swim_io.c
Jobs
ID Job ID Ran Files Coverage
1 18684469233.1 21 Oct 2025 01:18PM UTC 513
87.63
GitHub Action Run
Source Files on build 18684469233
  • Tree
  • List 513
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a854a651 on github
  • Prev Build on master (#18684370616)
  • Next Build on master (#18741692796)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc