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

drakenclimber / libcgroup / 22957196270
56%
main: 56%

Build:
Build:
LAST BUILD BRANCH: test
DEFAULT BRANCH: main
Ran 11 Mar 2026 02:20PM UTC
Jobs 5
Files 39
Run time 1min
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

11 Mar 2026 02:18PM UTC coverage: 56.21%. Remained the same
22957196270

push

github

drakenclimber
tests/ftests: speed up is_output_same() line compare loop

is_output_same() used to call expected_out.splitlines() on every
iteration and index into the freshly built list. Switching to
enumerate(zip(out_lines, exp_lines)) lets us split both strings once
and walk the pairs directly.

A quick timeit run (1,000,000 iterations with matching output) shows
the new loop shaving ~5% off the runtime:

old: 0.18783240672200918
new: 0.1784688732586801

While tiny in absolute terms, this removes needless allocations and
makes the helper more future-proof.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>

5621 of 10000 relevant lines covered (56.21%)

601.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Unit Tests - 22957196270.1 11 Mar 2026 02:20PM UTC 37
11.11
GitHub Action Run
2 No Container Tests - 22957196270.2 11 Mar 2026 02:21PM UTC 37
37.39
GitHub Action Run
3 No systemd Functional Tests - 22957196270.3 11 Mar 2026 02:21PM UTC 28
46.66
GitHub Action Run
4 Container Tests - 22957196270.4 11 Mar 2026 02:21PM UTC 28
35.53
GitHub Action Run
5 Sudo Tests - 22957196270.5 11 Mar 2026 02:21PM UTC 37
31.69
GitHub Action Run
Source Files on build 22957196270
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2c6bcc4e on github
  • Prev Build on test (#22956879275)
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