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

ben-manes / caffeine / #3153
100%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2022 07:55PM UTC
Jobs 1
Files 77
Run time 5s
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
#3153

push

github-actions

ben-manes
Add Hazelcast to the analysis suite

This cache has a concurrent throughput of 22k reads/s and 28k
writes/s. From glancing at the implementation, this is likely due
to the statistics. Those cannot be disabled and would thrash on an
atomic counter increment. It may be switching to a LongAdder-based
counter would make reads competitive.

The single threaded eviction rate ranges from 115k - 430k ops/s. The
hit rate differs from the samples lfu, lru, random policies due to
their sampling approach (a lazy iteration rather than uniform). The
difference is sometimes in their favor, sometimes not, but stays
within expectations that classic policies will under perform.

7064 of 7194 relevant lines covered (98.19%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3153.1 26 Jun 2022 07:55PM UTC 0
98.19
Source Files on build #3153
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3153
  • 1944833b 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