-
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.
chore: wrap an Error (so cause can be the original error)
- Loading branch information
Showing
2 changed files
with
46 additions
and
46 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
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
08b0c74
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
449455
ops/sec (±1.15%
)475152
ops/sec (±1.29%
)1.06
Logging a string on root logger
775965
ops/sec (±7.41%
)738890
ops/sec (±5.89%
)0.95
Logging an object on root logger
559534
ops/sec (±18.65%
)540081
ops/sec (±8.93%
)0.97
Logging an object with a message on root logger
9135
ops/sec (±203.24%
)16046
ops/sec (±188.10%
)1.76
Logging an object with a redacted prop on root logger
451119
ops/sec (±7.90%
)393676
ops/sec (±12.13%
)0.87
Logging a nested 3-level object on root logger
375816
ops/sec (±6.61%
)342867
ops/sec (±9.78%
)0.91
This comment was automatically generated by workflow using github-action-benchmark.
08b0c74
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
321602
ops/sec (±0.79%
)329489
ops/sec (±0.57%
)1.02
Logging a string on root logger
726720
ops/sec (±4.99%
)776306
ops/sec (±6.24%
)1.07
Logging an object on root logger
634297
ops/sec (±6.23%
)618335
ops/sec (±6.61%
)0.97
Logging an object with a message on root logger
8676
ops/sec (±199.20%
)7206
ops/sec (±203.12%
)0.83
Logging an object with a redacted prop on root logger
444888
ops/sec (±5.96%
)418398
ops/sec (±14.11%
)0.94
Logging a nested 3-level object on root logger
305740
ops/sec (±6.91%
)336244
ops/sec (±5.29%
)1.10
This comment was automatically generated by workflow using github-action-benchmark.