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

ben-manes / caffeine / 1696
100%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2016 06:07AM UTC
Jobs 1
Files 64
Run time 2s
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
1696

push

travis-ci

ben-manes
Randomized W-TinyLFU policy added to the simulator

Instead of LRU/SLRU for the cache spaces, this variant uses random
eviction. The new entry is added to the window. A random selection of
the candidate (window) and victim (main) are selected, and the one
with the lowest frequency is removed.

The hit rates are slightly lower than W-TinyLFU and the window size
as expected, but very close. It shows the type of improvement over
the TinyLFU due to giving the candidate a chance to build up its
frequency.

This approach would allow us to not require the read buffer or LRU
lists for the maximum size. That reduces per-entry overhead and
improves throughput. That comes at the cost of a 1.5% difference
on some traces. Some more analysis is needed to determine if the
tradeoff is favorable, but appears promising.

5076 of 5365 relevant lines covered (94.61%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1696.1 (TERM=dumb) 14 Apr 2016 06:07AM UTC 0
94.61
Travis Job 1696.1
Source Files on build 1696
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1696
  • 92f92f7a on github
  • Prev Build on master (#1695)
  • Next Build on master (#1698)
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