noodlog icon indicating copy to clipboard operation
noodlog copied to clipboard

Create Benchmark

Open alessandroargentieri opened this issue 4 years ago • 2 comments

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.

alessandroargentieri avatar Apr 16 '21 09:04 alessandroargentieri

consider https://github.com/rs/logbench as a starting point

ilmanzo avatar Apr 16 '21 09:04 ilmanzo

consider https://github.com/rs/logbench as a starting point

Thanks for the suggestion!

alessandroargentieri avatar Apr 16 '21 10:04 alessandroargentieri