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

ben-manes / caffeine / #2614 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2021 09:10AM UTC
Files 73
Run time 6s
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

16 Jul 2021 08:00AM UTC coverage: 92.675% (+0.02%) from 92.656%
#2614.1

push

github-actions

ben-manes
Reduce entry overhead by 8 bytes when using weak/soft values

In this case the key was stored twice on the entry when caching. The
entry stored the key for normal operations and lifecycle encoding. The
value reference stored because it is returned by the ReferenceQueue
when collected, so the eviction uses the key to remove the entry from
the backing map. In this case, the entry can resolve the key through
the value reference rather than storing it twice.

6225 of 6717 relevant lines covered (92.68%)

0.93 hits per line

Source Files on job #2614.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2614
  • c620ea7e on github
  • Prev Job for on master (##2613.1)
  • Next Job for on master (##2615.1)
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