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

ben-manes / caffeine / #5002
100%

Build:
DEFAULT BRANCH: master
Ran 11 Aug 2025 05:11AM UTC
Jobs 1
Files 78
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 Aug 2025 03:20AM UTC coverage: 100.0%. Remained the same
#5002

push

github

ben-manes
use parallel gc for parameterized tests

The junit xml reports from the slowest parameterized test tasks showed
the time spent per execution was 3 seconds in tests that did almost no
work. A JFR profile showed that G1 was performing thousands of GCs
and spent minutes in oldgen, with a max pause time of 3s. That task ran
in 16m38s for 1,370,023 tests.

Using ParallelGC reduced the time to 9m55s with 7s spent in GC and
very few old generation collections. This was already used on soft/weak
reference tests to have predictable reference collection.

The method profile shows the hotspots are within Truth assertions,
which is a known problem.

3794 of 3800 branches covered (99.84%)

7813 of 7813 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5002.1 11 Aug 2025 05:11AM UTC 78
100.0
Source Files on build #5002
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 5bc786e4 on github
  • Prev Build on master
  • Next Build on master
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