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

ben-manes / caffeine / #2614
100%

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

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

Jobs
ID Job ID Ran Files Coverage
1 #2614.1 16 Jul 2021 09:10AM UTC 0
92.68
Source Files on build #2614
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2614
  • c620ea7e 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