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

ben-manes / caffeine / 1761
100%

Build:
DEFAULT BRANCH: master
Ran 13 May 2016 04:40AM UTC
Jobs 1
Files 65
Run time 4s
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
1761

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.

5323 of 5636 relevant lines covered (94.45%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1761.1 (TERM=dumb) 13 May 2016 04:40AM UTC 0
94.45
Travis Job 1761.1
Source Files on build 1761
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1761
  • 99b8c5df on github
  • Prev Build on master (#1760)
  • Next Build on master (#1762)
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