mariofusco opened a new pull request, #5557: URL: https://github.com/apache/incubator-kie-drools/pull/5557
Fix for https://github.com/apache/incubator-kie-issues/issues/635 Using [this benchmark](https://github.com/apache/incubator-kie-benchmarks/pull/269) I measure the performances of a simple stateless session execution before ``` Benchmark (factsNr) (rulesNr) Mode Cnt Score Error Units ExecuteStatelessSessionBenchmark.test 1 1 ss 50000 61.736 ± 0.458 us/op ``` and after this fix ``` Benchmark (factsNr) (rulesNr) Mode Cnt Score Error Units ExecuteStatelessSessionBenchmark.test 1 1 ss 50000 12.847 ± 0.480 us/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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
