diff --git a/README.md b/README.md index 619a4c2..4dd9366 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ For a usage example see the `examples` folder or `src/test.rs`. ### Benchmarks & Results +log4rs vs trace4rs for trace4rs - Bencher + The takeaway is that the actual appenders are roughly equivalent in performance. However, when using the `tracing` macros vs the `log` macros the appender performance is roughly 2 orders of magnitude larger.