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

ben-manes / caffeine / 1433
100%

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

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.

4158 of 4400 relevant lines covered (94.5%)

0.95 hits per line

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