animovscw commented on PR #12932: URL: https://github.com/apache/ignite/pull/12932#issuecomment-4156041866
I reran JMH on the same machine with the same configuration and benchmark code (engine=H2). Results (**BASE -> PATCH**): - `JmhSqlJoinBenchmark.leftJoinDistinctRegression:` 73.195 ± 0.809 -> 73.497 ± 1.027 ops/s **(DELTA +0.41%)** - `JmhSqlJoinBenchmark.leftJoinNoDistinctBaseline:` 217.346 ± 5.448 -> 215.909 ± 4.328 ops/s **(DELTA -0.66%)** - `JmhSqlJoinBenchmark.leftJoinDistinctRegressionCold:` 71.532 ± 0.663 -> 70.026 ± 1.393 ops/s **(DELTA -2.10%)** I don’t see meaningful regression from this patch in these runs; differences are within a small noise range for this setup. -- 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]
