Closed bwoebi closed 1 month ago
Benchmark execution time: 2024-10-03 17:32:10
Comparing candidate commit ce20078 in PR branch bob/fix-payload-size
with baseline commit d01cf11 in branch main
.
Found 0 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics.
Omitted due to size.
Attention: Patch coverage is 83.33333%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 71.79%. Comparing base (
d01cf11
) to head (ce20078
).
The incoming buffer may be much larger than the actual contained data. The decoder knows where the payload starts and ends, but the sidecar send_trace_v04 method does not.
This ensures proper trace coalescing, leading to less individual http requests.