TaiJuWu commented on PR #16463: URL: https://github.com/apache/kafka/pull/16463#issuecomment-2206506979
Patch ``` Benchmark (aclCount) (authorizerType) (denyPercentage) (resourceCount) Mode Cnt Score Error Units AuthorizerBenchmark.testAclsIterator 10 ACL 20 5000 avgt 15 1.528 ± 0.014 ms/op AuthorizerBenchmark.testAclsIterator 10 ACL 20 10000 avgt 15 5.343 ± 0.207 ms/op AuthorizerBenchmark.testAclsIterator 10 KRAFT 20 5000 avgt 15 2.457 ± 0.015 ms/op AuthorizerBenchmark.testAclsIterator 10 KRAFT 20 10000 avgt 15 5.722 ± 0.084 ms/op AuthorizerBenchmark.testAclsIterator 20 ACL 20 5000 avgt 15 5.514 ± 0.180 ms/op AuthorizerBenchmark.testAclsIterator 20 ACL 20 10000 avgt 15 20.672 ± 0.334 ms/op AuthorizerBenchmark.testAclsIterator 20 KRAFT 20 5000 avgt 15 9.638 ± 7.254 ms/op AuthorizerBenchmark.testAclsIterator 20 KRAFT 20 10000 avgt 15 12.769 ± 0.207 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 ACL 20 5000 avgt 15 0.007 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 ACL 20 10000 avgt 15 0.007 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 KRAFT 20 5000 avgt 15 17.104 ± 0.267 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 10 KRAFT 20 10000 avgt 15 25.149 ± 0.412 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 24.736 ± 0.407 ms/op AuthorizerBenchmark.testAuthorizeByResourceType 20 KRAFT 20 10000 avgt 15 46.468 ± 0.409 ms/op AuthorizerBenchmark.testAuthorizer 10 ACL 20 5000 avgt 15 0.107 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 10 ACL 20 10000 avgt 15 0.130 ± 0.001 ms/op AuthorizerBenchmark.testAuthorizer 10 KRAFT 20 5000 avgt 15 0.270 ± 0.002 ms/op AuthorizerBenchmark.testAuthorizer 10 KRAFT 20 10000 avgt 15 1.562 ± 1.101 ms/op AuthorizerBenchmark.testAuthorizer 20 ACL 20 5000 avgt 15 0.481 ± 0.070 ms/op AuthorizerBenchmark.testAuthorizer 20 ACL 20 10000 avgt 15 0.724 ± 0.112 ms/op AuthorizerBenchmark.testAuthorizer 20 KRAFT 20 5000 avgt 15 0.309 ± 0.004 ms/op AuthorizerBenchmark.testAuthorizer 20 KRAFT 20 10000 avgt 15 0.415 ± 0.004 ms/op AuthorizerBenchmark.testUpdateCache 10 ACL 20 5000 avgt 15 15.881 ± 0.162 ms/op AuthorizerBenchmark.testUpdateCache 10 ACL 20 10000 avgt 15 35.924 ± 0.468 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 31.230 ± 1.868 ms/op AuthorizerBenchmark.testUpdateCache 20 ACL 20 10000 avgt 15 60.179 ± 0.381 ms/op AuthorizerBenchmark.testUpdateCache 20 KRAFT 20 5000 avgt 15 ≈ 10⁻⁶ ms/op AuthorizerBenchmark.testUpdateCache 20 KRAFT 20 10000 avgt 15 ≈ 10⁻⁶ ms/op JMH benchmarks done ``` -- 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]
