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

ben-manes / caffeine / 1731
100%

Build:
DEFAULT BRANCH: master
Ran 01 May 2016 01:29AM UTC
Jobs 1
Files 65
Run time 3s
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
1731

push

travis-ci

ben-manes
Add admission rate to simulator

This probably should have been added a long time ago, but doesn't have
a lot of direct insight. It shows that TinyLFU admits between 2-10% of
the entries, depending on the eviction policy. This follows the general
observation that most arrivals pollute the cache and should be quickly
discarded. Policies like LIRS and SLRU are based on that, and TinyLFU
does so explicitly.

An interesting next step is to determine how to inject a feedback cycle
into TinyLFU to correct for mispredictions. That's probably best done
using an adaptive window size, e.g. by adjusting when a recently
rejected entry would be discarded twice (indicating a sparse burst).

5321 of 5631 relevant lines covered (94.49%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1731.1 (TERM=dumb) 01 May 2016 01:29AM UTC 0
94.49
Travis Job 1731.1
Source Files on build 1731
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1731
  • 9c3ba92d on github
  • Prev Build on master (#1730)
  • Next Build on master (#1732)
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