yarpc / yab

Call and benchmark YARPC services from the command line.
MIT License
86 stars 35 forks source link

Add benchmark caller result to hold call latency #326

Closed jronak closed 3 years ago

jronak commented 3 years ago

This pull request is a duplicate of #324, which merged into the #319's branch, and it is currently in the review phase. This pull request aims to land those same changes into dev and then rebase #319 with dev to scrap out the #324 changes from its diff.

codecov[bot] commented 3 years ago

Codecov Report

Merging #326 (f768c87) into dev (439b42e) will decrease coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #326      +/-   ##
==========================================
- Coverage   90.44%   90.34%   -0.11%     
==========================================
  Files          53       53              
  Lines        2586     2588       +2     
==========================================
- Hits         2339     2338       -1     
- Misses        175      177       +2     
- Partials       72       73       +1     
Impacted Files Coverage Δ
bench_method.go 93.54% <100.00%> (+0.44%) :arrow_up:
benchmark.go 93.49% <100.00%> (ø)
benchmark_unary.go 100.00% <100.00%> (ø)
handler.go 79.60% <0.00%> (-1.98%) :arrow_down:

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 439b42e...a15e45f. Read the comment docs.