Closed aaronbee closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.06
:tada:
Comparison is base (
6676fa3
) 69.32% compared to head (4d8fd7a
) 69.39%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This will expose the size of batches being sent by gohbase.
Buckets are [1, 5, 25, 125, 625, 3125, 15625, 78125]. This should capture all expected sizes of batches and importantly count all the batches that have exactly 1 request in them. In one setup I saw 90% of batches containing exactly 1 request and in another the 99.9%tile value was ~3100 with spikes over 8000.