You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tested FileAppender using JMH and found that compared to JDK1.8, the performance of JDK21 decreased by 30.5% (throughput decreased from 47.65 ops/ms to 33.08 ops/ms)
@zengzuo613, thanks so much for the report and the reproducer. Pinpointing performance issues are pretty time-consuming for maintainers. Could you also examine the test with a profiler and, hopefully, shed some light onto issue, please?
We tested FileAppender using JMH and found that compared to JDK1.8, the performance of JDK21 decreased by 30.5% (throughput decreased from 47.65 ops/ms to 33.08 ops/ms)
configuration
result
For detailed code and configuration parameters , please refer to: log4j2-perf-diff-jdk, Please refer to the complete test results: jmh-result.
The text was updated successfully, but these errors were encountered: