mumrah commented on pull request #9008:
URL: https://github.com/apache/kafka/pull/9008#issuecomment-662805571


   Latest FetchResponse benchmark
   
   trunk
   ```
   Benchmark                                          (partitionCount)  
(topicCount)  Mode  Cnt      Score      Error  Units
   FetchResponseBenchmark.testConstructFetchResponse                 3          
  10  avgt   15      2.126 ±    0.408  ns/op
   FetchResponseBenchmark.testSerializeFetchResponse                 3          
  10  avgt   15  19753.993 ± 3668.755  ns/op
   JMH benchmarks done
   ```
   
   this branch
   ```
   Benchmark                                          (partitionCount)  
(topicCount)  Mode  Cnt     Score     Error  Units
   FetchResponseBenchmark.testConstructFetchResponse                 3          
  10  avgt   15  1165.485 ±  62.632  ns/op
   FetchResponseBenchmark.testSerializeFetchResponse                 3          
  10  avgt   15  6468.729 ± 230.405  ns/op
   JMH benchmarks done
   ```
   
   So a pretty good reduction, overall.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to