-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: revert breaking change, leave as comments for next major
- Loading branch information
Showing
1 changed file
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7cb8fe9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logger Benchmarks - ubuntu-latest
Child logger creation
476616
ops/sec (±1.29%
)464655
ops/sec (±2.43%
)0.97
Logging a string on root logger
788221
ops/sec (±6.51%
)727812
ops/sec (±7.60%
)0.92
Logging an object on root logger
603584
ops/sec (±9.84%
)607337
ops/sec (±8.34%
)1.01
Logging an object with a message on root logger
8316
ops/sec (±207.01%
)8341
ops/sec (±204.87%
)1.00
Logging an object with a redacted prop on root logger
461785
ops/sec (±9.52%
)444544
ops/sec (±6.75%
)0.96
Logging a nested 3-level object on root logger
387465
ops/sec (±7.00%
)353721
ops/sec (±7.60%
)0.91
This comment was automatically generated by workflow using github-action-benchmark.
7cb8fe9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logger Benchmarks - windows-latest
Child logger creation
316559
ops/sec (±0.92%
)338956
ops/sec (±0.43%
)1.07
Logging a string on root logger
734913
ops/sec (±6.00%
)820024
ops/sec (±10.06%
)1.12
Logging an object on root logger
566267
ops/sec (±4.03%
)592522
ops/sec (±8.99%
)1.05
Logging an object with a message on root logger
13216
ops/sec (±188.13%
)7361
ops/sec (±203.74%
)0.56
Logging an object with a redacted prop on root logger
469408
ops/sec (±6.72%
)466039
ops/sec (±6.85%
)0.99
Logging a nested 3-level object on root logger
321469
ops/sec (±5.82%
)315877
ops/sec (±10.77%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.