-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: let cause be unknown for constructor, create (like wrap)
- Loading branch information
Showing
4 changed files
with
40 additions
and
33 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
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
aed3f3c
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
475152
ops/sec (±1.29%
)463768
ops/sec (±2.81%
)0.98
Logging a string on root logger
738890
ops/sec (±5.89%
)844629
ops/sec (±6.74%
)1.14
Logging an object on root logger
540081
ops/sec (±8.93%
)638628
ops/sec (±5.42%
)1.18
Logging an object with a message on root logger
16046
ops/sec (±188.10%
)5889
ops/sec (±215.33%
)0.37
Logging an object with a redacted prop on root logger
393676
ops/sec (±12.13%
)411224
ops/sec (±12.94%
)1.04
Logging a nested 3-level object on root logger
342867
ops/sec (±9.78%
)420709
ops/sec (±6.36%
)1.23
This comment was automatically generated by workflow using github-action-benchmark.
aed3f3c
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
329489
ops/sec (±0.57%
)341561
ops/sec (±0.49%
)1.04
Logging a string on root logger
776306
ops/sec (±6.24%
)832859
ops/sec (±11.31%
)1.07
Logging an object on root logger
618335
ops/sec (±6.61%
)673870
ops/sec (±5.28%
)1.09
Logging an object with a message on root logger
7206
ops/sec (±203.12%
)21982
ops/sec (±183.16%
)3.05
Logging an object with a redacted prop on root logger
418398
ops/sec (±14.11%
)489716
ops/sec (±6.91%
)1.17
Logging a nested 3-level object on root logger
336244
ops/sec (±5.29%
)326489
ops/sec (±5.51%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.
aed3f3c
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.
Possible performance regression was detected for benchmark 'Logger Benchmarks - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Logging an object with a message on root logger
7206
ops/sec (±203.12%
)21982
ops/sec (±183.16%
)3.05
This comment was automatically generated by workflow using github-action-benchmark.