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

ben-manes / caffeine / 2323
100%

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2018 11:00PM UTC
Jobs 1
Files 67
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
2323

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!

5769 of 6148 relevant lines covered (93.84%)

0.94 hits per line

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