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

ben-manes / caffeine / #3148
100%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2022 01:43AM 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
#3148

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.

7064 of 7194 relevant lines covered (98.19%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3148.1 26 Jun 2022 01:43AM UTC 0
98.19
Source Files on build #3148
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3148
  • ff58dbe0 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