We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58af6f commit 8c3adb5Copy full SHA for 8c3adb5
bench/logger_json_overhead.exs
@@ -81,6 +81,7 @@ redactors = []
81
82
Benchee.run(
83
%{
84
+ "just JSON" => fn input -> JSON.encode_to_iodata!(input) end,
85
"just Jason" => fn input -> Jason.encode_to_iodata!(input) end,
86
"logger_json encode" => fn input ->
87
%{message: LoggerJSON.Formatter.RedactorEncoder.encode(input, redactors)}
0 commit comments