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

   What
   ----
   * Renamed AclAuthorizerBenchmark -> AuthorizerBenchmark
   * Updated it to run benchmarks for both AclAuthorizer and StandardAuthorizer
   
   Current benchmark results: 
   
   ```
   Benchmark                                           (aclCount)  
(authorizerType)  (denyPercentage)  (resourceCount)  Mode  Cnt    Score   Error 
 Units
   AclAuthorizerBenchmark.testAclsIterator                     50               
ACL                20            50000  avgt    2  165.618          ms/op
   AclAuthorizerBenchmark.testAclsIterator                     50             
KRAFT                20            50000  avgt    2  251.659          ms/op
   AclAuthorizerBenchmark.testAuthorizeByResourceType          50               
ACL                20            50000  avgt    2    0.005          ms/op
   AclAuthorizerBenchmark.testAuthorizeByResourceType          50             
KRAFT                20            50000  avgt    2  534.053          ms/op
   AclAuthorizerBenchmark.testAuthorizer                       50               
ACL                20            50000  avgt    2    0.231          ms/op
   AclAuthorizerBenchmark.testAuthorizer                       50             
KRAFT                20            50000  avgt    2    0.675          ms/op
   AclAuthorizerBenchmark.testUpdateCache                      50               
ACL                20            50000  avgt    2  481.212          ms/op
   AclAuthorizerBenchmark.testUpdateCache                      50             
KRAFT                20            50000  avgt    2   ≈ 10⁻⁶          ms/op
   JMH benchmarks done
   ```
   ### 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