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

ben-manes / caffeine / 1763
100%

Build:
DEFAULT BRANCH: master
Ran 13 May 2016 06:01AM 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
1763

push

travis-ci

ben-manes
Early pass at an adaptive TinyLFU

Gil's idea is that instead of using an admission window and adapting
its size, we adjust the emphasis given to a new arrival. In an LRU
workload this should adjust to favor the most recent and evict the
least recent. In a frequency workload it would behave like TinyLFU by
favoring the historic usage. The adjustment is determined by a sample
to observe if the policy has made good predictions.

This version shows uneven results. In some workloads it performs on
par with the adaptive W-TinyLFU. In others it is very poor. Tuning
the parameters causes the gains in one trace to hurt another. More
analysis is required.

5325 of 5636 relevant lines covered (94.48%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1763.1 (TERM=dumb) 13 May 2016 06:01AM UTC 0
94.48
Travis Job 1763.1
Source Files on build 1763
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1763
  • 9670e85b on github
  • Prev Build on master (#1762)
  • Next Build on master (#1764)
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