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

grpc / grpc-java / #20178 / 1
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2026 03:38PM UTC
Files 630
Run time 19s
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

24 Feb 2026 03:23PM UTC coverage: 88.694% (-0.007%) from 88.701%
#20178.1

push

github

ejona86
Add `CRONET_READ_BUFFER_SIZE_KEY` API to CronetClientStream

By default, CronetClientStreams would use a 4KB buffer to read data
from Cronet. This can be inefficient especially if the amount of data
being read is huge (~MBs) as each read callback operation incur overhead
from Cronet itself (e.g. Context switch, JNI calls). The alternative
would be to immediately bump the default to a bigger number but that
would incur an increase in memory usage.

So in order to safely experiment on this, An OptionKey is introduced
which allows setting a per-stream value which will be controlled in a
controlled environment to ensure we find the best new default.

35458 of 39978 relevant lines covered (88.69%)

0.89 hits per line

Source Files on job #20178.1
  • Tree
  • List 630
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20178
  • 31fdb6c2 on github
  • Prev Job for on master (##20177.1)
  • Next Job for on master (##20179.1)
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