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

ben-manes / caffeine / 1438 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2015 09:07AM UTC
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

20 Oct 2015 08:28AM UTC coverage: 94.521% (-0.02%) from 94.544%
TERM=dumb

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 4399 relevant lines covered (94.52%)

0.95 hits per line

Source Files on job 1438.1 (TERM=dumb)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1438
  • Travis Job 1438.1
  • 33e6c8a7 on github
  • Prev Job for TERM=dumb on master (#1435.1)
  • Next Job for TERM=dumb on master (#1439.1)
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