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

quixdb / squash / 452
57%

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

pending completion
452

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

Jobs
ID Job ID Ran Files Coverage
3 452.3 (COMPILER=gcc-5 BUILD_TYPE=coverage) 12 Oct 2015 07:00AM UTC 0
70.87
Travis Job 452.3
Source Files on build 452
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #452
  • 59c1e1ff on github
  • Prev Build on master (#451)
  • Next Build on master (#453)
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