-
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.
fix: emit warning if config var is unset
- Loading branch information
1 parent
4a3a511
commit fc32218
Showing
4 changed files
with
29 additions
and
7 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
fc32218
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
458264
ops/sec (±2.75%
)481735
ops/sec (±1.11%
)1.05
Logging a string on root logger
874473
ops/sec (±9.38%
)802872
ops/sec (±8.88%
)0.92
Logging an object on root logger
606088
ops/sec (±6.32%
)594659
ops/sec (±8.05%
)0.98
Logging an object with a message on root logger
4412
ops/sec (±223.94%
)8845
ops/sec (±205.65%
)2.00
Logging an object with a redacted prop on root logger
451710
ops/sec (±9.74%
)496053
ops/sec (±10.19%
)1.10
Logging a nested 3-level object on root logger
382013
ops/sec (±8.12%
)402072
ops/sec (±8.94%
)1.05
This comment was automatically generated by workflow using github-action-benchmark.
fc32218
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 - ubuntu-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
4412
ops/sec (±223.94%
)8845
ops/sec (±205.65%
)2.00
This comment was automatically generated by workflow using github-action-benchmark.
fc32218
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
342269
ops/sec (±0.78%
)335895
ops/sec (±0.60%
)0.98
Logging a string on root logger
807298
ops/sec (±5.67%
)836773
ops/sec (±6.06%
)1.04
Logging an object on root logger
618996
ops/sec (±7.24%
)605208
ops/sec (±6.60%
)0.98
Logging an object with a message on root logger
7153
ops/sec (±203.73%
)3809
ops/sec (±217.49%
)0.53
Logging an object with a redacted prop on root logger
455661
ops/sec (±9.69%
)423788
ops/sec (±6.25%
)0.93
Logging a nested 3-level object on root logger
339215
ops/sec (±4.88%
)322063
ops/sec (±5.38%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.