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

ben-manes / caffeine / #3143
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 25 Jun 2022 11:46PM UTC
Jobs 1
Files 77
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
#3143

push

github-actions

ben-manes
Add Hazelcast to the analysis suite

Hazelcast does not honor the maximum size and instead performs an
eviction at periodic time intervals. In order to evaluate the hit
rate, the internal data structures are used to trigger an eviction
if the cache exceeds the maximum. The single threaded eviction rate
ranges from 115k - 430k ops/s. The hit rate matches the samples lfu,
lru, random policies as expected.

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.

7069 of 7194 relevant lines covered (98.26%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3143.1 25 Jun 2022 11:46PM UTC 0
98.26
Source Files on build #3143
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3143
  • 5cc8fe4b on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
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