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

quixdb / squash / 452 / 3
57%
master: 57%

Build:
DEFAULT BRANCH: master
Ran 12 Oct 2015 07:00AM UTC
Files 46
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

12 Oct 2015 06:36AM UTC coverage: 70.867% (+0.3%) from 70.572%
COMPILER=gcc-5 BUILD_TYPE=coverage

push

travis-ci

nemequ
Rewrite the buffered stream implementation.

The new code is much simpler, and performance is generally a bit
better.  The old version used a linked list of slices of memory, then
concatenated them all into a contiguous buffer (with malloc + memcpy)
once the input had been completely read.  This version just reallocs
a single slice, which saves a memcpy if the OS can mremap the buffer.

1496 of 2111 relevant lines covered (70.87%)

8717.24 hits per line

Source Files on job 452.3 (COMPILER=gcc-5 BUILD_TYPE=coverage)
  • Tree
  • List 0
  • Changed 15
  • Source Changed 8
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 452
  • Travis Job 452.3
  • 59c1e1ff on github
  • Prev Job for COMPILER=gcc-5 BUILD_TYPE=coverage on master (#451.3)
  • Next Job for COMPILER=gcc-5 BUILD_TYPE=coverage on master (#453.3)
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