Closed jronak closed 3 years ago
Merging #319 (6c34e4a) into dev (5394321) will decrease coverage by
0.02%
. The diff coverage is91.66%
.
@@ Coverage Diff @@
## dev #319 +/- ##
==========================================
- Coverage 90.34% 90.31% -0.03%
==========================================
Files 53 54 +1
Lines 2588 2644 +56
==========================================
+ Hits 2338 2388 +50
- Misses 177 180 +3
- Partials 73 76 +3
Impacted Files | Coverage Δ | |
---|---|---|
handler.go | 79.87% <83.33%> (+0.27%) |
:arrow_up: |
benchmark_stream.go | 85.71% <85.71%> (ø) |
|
bench_method.go | 93.54% <100.00%> (ø) |
|
bench_state.go | 100.00% <100.00%> (ø) |
|
benchmark.go | 94.02% <100.00%> (+0.53%) |
:arrow_up: |
benchmark_unary.go | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5394321...6c34e4a. Read the comment docs.
@Dogild is suggesting to hold off this PR until #314, #315, #316, and #317 are merged. Might have to close and re-open this PR to merge into a different branch
Aim
Support gRPC streams in Yab
Changes
benchmark_unary.go
andbenchmark_stream.go
for handlings it's respective benchmark type.How to test?
Download grpc-stream-test-server.zip, follow the
readme.md
to run the test server and dispatch streaming yab queriesBidi Stream
STDIN mode
Without Warmup
Server Stream
Client Stream
STDIN mode