noodlog
noodlog copied to clipboard
Create Benchmark
User Story
As a developer, I would like to have a benchmark for noodlog performances.
Detailed Description
It's also possible to compare noodlog with logrus, because it solves similar problems and has similar performances.
Anything else
Keep in mind that enabling sensitive data obscuration, colors, pretty printing is more cost computational than not using these confs.
Keep also in mind that printing a JSON or an Object is more cost computational that writing a simple string record.
consider https://github.com/rs/logbench as a starting point
consider https://github.com/rs/logbench as a starting point
Thanks for the suggestion!