Changes to the JSON encoding and messages generation overall may impact
the library performance and with this the application performance. To provide
a toolset to measure impact of changes in future, the Java Microbenchmarking
Harness (JMH) was introduce with a few simple benchmarks. The are
implemented separately for log4j2 and logback. The current results from my
machine are as follow:
Changes to the JSON encoding and messages generation overall may impact the library performance and with this the application performance. To provide a toolset to measure impact of changes in future, the Java Microbenchmarking Harness (JMH) was introduce with a few simple benchmarks. The are implemented separately for log4j2 and logback. The current results from my machine are as follow:
Logback:
Log4j2:
Signed-off-by: Karsten Schnitter k.schnitter@sap.com