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

ben-manes / caffeine / 2322
100%

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2018 09:40PM UTC
Jobs 1
Files 67
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
2322

push

travis-ci

ben-manes
Use the hit density to determine the direction to adapt by

The advanced gradient descent algorithms work well in the long traces
with large caches. For small caches they were biased towards recency
due to being unable to grok the workload due to the short step sizes.
However the step size cannot be increased for short traces as it slows
the adaption rate too much. In particular a loopy trace confused Adam
due to some samples having 0% or 100% hit rates.

Instead of letting Adam choose the direction, we use the hit density.
We give more to the region whose hit rate increases more per resources
given, e.g. region-size / region-hit-rate. This corrects Adam and lets
it accelerate to the optimal configuration!

5767 of 6148 relevant lines covered (93.8%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2322.2 (GROUP=tests) 30 Dec 2018 09:40PM UTC 0
93.8
Travis Job 2322.2
Source Files on build 2322
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2322
  • bdab28d9 on github
  • Prev Build on master (#2321)
  • Next Build on master (#2323)
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