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

ben-manes / caffeine / 1457
100%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2015 06:56AM UTC
Jobs 1
Files 63
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
1457

push

travis-ci

ben-manes
Disable fastpath for hot reads

The idea was that the hottest entries don't need to be reordered on
reads, due to already being in a desirable state. Based on the power
law, this would avoid unnecessary work for the majority of reads. When
the hot entries are demoted, due to colder entries being promoted, the
fast path wouldn't apply and it would regain its status. Thus little
impact to the hit rate for faster throughput.

Unfortunately benchmarks show otherwise. The throughput varies wildly
and is always lower. This might be due to some type of thrashing in the
CPU caches, but I'm really not sure. So its turned off but can be enabled
in the future if a solution is found.

4233 of 4496 relevant lines covered (94.15%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1457.1 (TERM=dumb) 09 Nov 2015 06:56AM UTC 0
94.15
Travis Job 1457.1
Source Files on build 1457
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1457
  • 4b73c14b on github
  • Prev Build on master (#1455)
  • Next Build on master (#1458)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc