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

ben-manes / caffeine / 1663
100%

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2016 06:49PM UTC
Jobs 1
Files 64
Run time 2s
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

pending completion
1663

push

travis-ci

ben-manes
Avoid ForkJoinPool wrapper causing GC churn

Submitting a runnable into FJP causes it to be wrapped with an adapter
to a ForkJoinTask. For maximumSize this is less significant due to the
overhead of the maintenance work (CountMinSketch hashing, etc). That's
thousands of objects (still not good), but other cache types create
millions. For weakKeys this halfs the read throughput.

See [1] for more details.

[1] https://github.com/orbit/orbit/pull/144

4452 of 4681 relevant lines covered (95.11%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1663.1 (TERM=dumb) 02 Apr 2016 06:49PM UTC 0
95.11
Travis Job 1663.1
Source Files on build 1663
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1663
  • 776ca588 on github
  • Prev Build on master (#1662)
  • Next Build on master (#1664)
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