wang-jiahua commented on PR #10540:
URL: https://github.com/apache/rocketmq/pull/10540#issuecomment-4775103758

   ## Server Benchmark Results (2026-06-23)
   
   **Environment**: 8C30G broker, Dragonwell JDK 21, 1KB msg, 128 queues, sync 
mode, 256 threads, 20s warmup + 30s collect
   
   ### Producer-only (steady state, lines 3-5)
   
   | Test | TPS | Avg RT | GC | vs Baseline |
   |------|-----|--------|----|-------------|
   | Baseline | 217k | 1.18ms | 354 | — |
   | #10540 | 207k | 1.23ms | 238 | -4.6% TPS (noise), **-33% GC** ✅ |
   
   Client skip V2 intermediate object eliminates per-send 
SendMessageRequestHeaderV2 allocation + 14 field copies. TPS within noise band. 
GC reduction (-33%) confirms allocation savings on client 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