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

grpc / grpc-java / 12564
89%

Build:
DEFAULT BRANCH: master
Ran 29 Dec 2018 01:30AM UTC
Jobs 1
Files 255
Run time 13s
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
12564

push

travis-ci

web-flow
okhttp: move async mechanism from FrameWriter to sink (AsyncSink) (#4916)

Optimize OkHttp transport's memory use by getting rid of queuing writes in
AsyncFrameWriter. If any write is pending due to connection issue or by flow
control, AsyncFrameWriter can use at least 8K per each task (task includes
buffer) even if the actual payload is very small. To merge pending writes,
Async mechanism is moved from AsyncFrameWriter to AsyncSink (AsyncSink 
is used by okio's FrameWriter). AsyncSink is still relying on okio's buffer to
decide merging writes or not.

Resolves #4860

13873 of 15945 relevant lines covered (87.01%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12564.1 29 Dec 2018 01:30AM UTC 0
87.01
Travis Job 12564.1
Source Files on build 12564
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12564
  • 6bf0936f on github
  • Prev Build on master (#12561)
  • Next Build on master (#12575)
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