tkobayas commented on PR #5837: URL: https://github.com/apache/incubator-kie-drools/pull/5837#issuecomment-2048930325
I created a benchmark PR: https://github.com/apache/incubator-kie-benchmarks/pull/283 Local results: ``` Benchmark (_factsNumber) (_rulesNumber) (cacheEnabled) Mode Cnt Score Error Units MatchesBenchmark.test 32 16 true ss 20 2.389 ± 0.278 ms/op MatchesBenchmark.test 32 16 false ss 20 2.157 ± 0.439 ms/op MatchesBenchmark.test 32 32 true ss 20 2.627 ± 0.517 ms/op MatchesBenchmark.test 32 32 false ss 20 3.466 ± 0.822 ms/op MatchesBenchmark.test 256 16 true ss 20 2.650 ± 0.521 ms/op MatchesBenchmark.test 256 16 false ss 20 4.716 ± 2.079 ms/op MatchesBenchmark.test 256 32 true ss 20 4.852 ± 0.945 ms/op MatchesBenchmark.test 256 32 false ss 20 7.036 ± 1.410 ms/op ``` Notable improvement with `cacheEnabled=true` especially with many facts. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
