TaiJuWu commented on PR #16463: URL: https://github.com/apache/kafka/pull/16463#issuecomment-2209436150
``` Benchmark (aclCount) (authorizerType) (denyPercentage) (resourceCount) Mode Cnt Score Error Units AuthorizerBenchmark.testAclsIterator 10 ACL 20 5000 avgt 15 1.677 ± 0.030 ms/op AuthorizerBenchmark.testAclsIterator 10 ACL 20 10000 avgt 15 6.355 ± 0.158 ms/op AuthorizerBenchmark.testAclsIterator 10 KRAFT 20 5000 avgt 15 2.858 ± 0.060 ms/op AuthorizerBenchmark.testAclsIterator 10 KRAFT 20 10000 avgt 15 7.529 ± 0.173 ms/op AuthorizerBenchmark.testAclsIterator 20 ACL 20 5000 avgt 15 6.175 ± 0.169 ms/op AuthorizerBenchmark.testAclsIterator 20 ACL 20 10000 avgt 15 17.564 ± 0.071 ms/op AuthorizerBenchmark.testAclsIterator 20 KRAFT 20 5000 avgt 15 6.725 ± 0.188 ms/op AuthorizerBenchmark.testAclsIterator 20 KRAFT 20 10000 avgt 15 16.018 ± 0.118 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 ACL 20 5000 avgt 15 0.007 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 ACL 20 10000 avgt 15 17.412 ± 0.074 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 KRAFT 20 5000 avgt 15 14.330 ± 0.229 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 KRAFT 20 10000 avgt 15 29.884 ± 2.134 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 20 ACL 20 5000 avgt 15 0.007 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 20 ACL 20 10000 avgt 15 0.007 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 20 KRAFT 20 5000 avgt 15 30.647 ± 0.213 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 20 KRAFT 20 10000 avgt 15 53.107 ± 0.282 ms/op AuthorizerBenchmark.testAuthorizer 10 ACL 20 5000 avgt 15 0.076 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 10 ACL 20 10000 avgt 15 0.122 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 10 KRAFT 20 5000 avgt 15 0.269 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 10 KRAFT 20 10000 avgt 15 0.362 ± 0.002 ms/op AuthorizerBenchmark.testAuthorizer 20 ACL 20 5000 avgt 15 0.080 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 20 ACL 20 10000 avgt 15 0.116 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 20 KRAFT 20 5000 avgt 15 0.267 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 20 KRAFT 20 10000 avgt 15 0.377 ± 0.001 ms/op AuthorizerBenchmark.testUpdateCache 10 ACL 20 5000 avgt 15 16.032 ± 0.097 ms/op AuthorizerBenchmark.testUpdateCache 10 ACL 20 10000 avgt 15 31.811 ± 0.159 ms/op AuthorizerBenchmark.testUpdateCache 10 KRAFT 20 5000 avgt 15 ≈ 10⁻⁶ ms/op AuthorizerBenchmark.testUpdateCache 10 KRAFT 20 10000 avgt 15 ≈ 10⁻⁶ ms/op AuthorizerBenchmark.testUpdateCache 20 ACL 20 5000 avgt 15 26.076 ± 0.139 ms/op AuthorizerBenchmark.testUpdateCache 20 ACL 20 10000 avgt 15 55.851 ± 0.290 ms/op AuthorizerBenchmark.testUpdateCache 20 KRAFT 20 5000 avgt 15 ≈ 10⁻⁶ ms/op AuthorizerBenchmark.testUpdateCache 20 KRAFT 20 10000 avgt 15 ≈ 10⁻⁶ ms/op ``` -- 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]
