hubcio commented on PR #2921:
URL: https://github.com/apache/iggy/pull/2921#issuecomment-4097174453

   so the results for producers:
   
   | Metric | Master | PR | Delta |
   |--------|--------|----|-------|
   | p50 | 0.91 ms | 1.14 ms | +25% |
   | p90 | 1.53 ms | 1.99 ms | +30% |
   | p99 | 2.89 ms | 2.97 ms | +3% |
   
   consumers:
   
   | Metric | Master | PR | Delta |
   |--------|--------|----|-------|
   | p50 | 1.31 ms | 1.79 ms | +37% |
   | p90 | 152.23 ms | 17.87 ms | -88% |
   | p99 | 340.48 ms | 147.42 ms | -57% |
   | max | 526.35 ms | 286.22 ms | -46% |
   | std dev | 64.63 ms | 22.96 ms | -64% |
   
   p50 regressed ~25-37%. any clue why? but tail latencies (p90+) improved 
57-88%, especially on consumer side.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to