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

facebook / tornado / 997 / 8
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 10 May 2014 06:22PM UTC
Files 63
Run time 8s
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

10 May 2014 05:27PM UTC coverage: 81.617% (-5.1%) from 86.722%
DEPS=false

push

travis-ci

bdarnell
Improve performance by using Future interface when writing HTTP responses.

Previously, we passed a callback to IOStream.write() and also checked
IOStream.writing() to see if the write completed synchronously (which is
the common case).  If it did, we would complete the request immediately
but the write callback would remain on the IOLoop until its next iteration,
keeping the request state from being garbage collected.

In benchmarks, this would manifest as as something like a memory leak,
since benchmarks often handle many requests in one IOLoop iteration.
This slowed things down (by about 10% in my benchmarks) by increasing
pressure on the garbage collector.

12689 of 15547 relevant lines covered (81.62%)

0.82 hits per line

Source Files on job 997.8 (DEPS=false)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 997
  • Travis Job 997.8
  • 302f57ee on github
  • Prev Job for DEPS=false on master (#996.10)
  • Next Job for DEPS=false on master (#999.6)
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