brandboat opened a new pull request, #16231:
URL: https://github.com/apache/kafka/pull/16231

   related to https://issues.apache.org/jira/browse/KAFKA-12708
   
   benchmark output is here:
   ```
   Benchmark                        Mode  Cnt   Score   Error  Units
   LockBenchmark.testReentrantLock  avgt   15  83.600 ± 3.328  ns/op
   LockBenchmark.testSynchronized   avgt   15  42.887 ± 2.122  ns/op
   ```
   ```
   Benchmark                           Mode  Cnt        Score        Error  
Units
   MapBenchmark.testConcurrentHashMap  avgt   15  2945669.310 ±  96226.790  
ns/op
   MapBenchmark.testCopyOnWriteMap     avgt   15  3518087.394 ± 167618.482  
ns/op
   MapBenchmark.testHashMap            avgt   15  3284793.930 ± 288361.593  
ns/op
   ```
   ```
   Benchmark                        Mode  Cnt   Score   Error  Units
   BasicBenchmark.testBinarySearch  avgt   15  14.696 ± 0.311  ns/op
   BasicBenchmark.testMathSqrt      avgt   15   3.602 ± 0.086  ns/op
   BasicBenchmark.testRandom        avgt   15   6.433 ± 0.327  ns/op
   BasicBenchmark.testSystemMillis  avgt   15  11.406 ± 1.230  ns/op
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to