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

ben-manes / caffeine / 1434
100%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2015 05:04AM UTC
Jobs 1
Files 61
Run time 1s
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
1434

push

travis-ci

ben-manes
Initialize sketch when getting close to the maximum

The initial laziness is to avoid unnecessary bloat for an empty cache.
Afterwards the sketch must grow, but doesn't need to create garbage
for the intermediate transitions. When weighted its unclear what the
maximum number of entries will be. But for the common case, we can
delay until a reasonable starting point. That's either when the
additions reach a threshold or, if sized large and then shrunk, if
the new maximum is within the threshold. Until then the sketch is a
no-op with a size 1, but that state is discarded when growing.

4157 of 4399 relevant lines covered (94.5%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1434.1 (TERM=dumb) 20 Oct 2015 05:04AM UTC 0
94.5
Travis Job 1434.1
Source Files on build 1434
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1434
  • bfc4d87c on github
  • Prev Build on master (#1433)
  • Next Build on master (#1435)
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