-
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.
Merge remote-tracking branch 'origin/main' into sm/new-logger
- Loading branch information
Showing
8 changed files
with
1,068 additions
and
3,332 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"watch-files": ["src", "test"], | ||
"recursive": true, | ||
"reporter": "spec", | ||
"timeout": 10000 | ||
"timeout": 20000 | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
210f380
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
409857
ops/sec (±1.51%
)16974
ops/sec (±0.52%
)0.041414444550172375
Logging a string on root logger
568032
ops/sec (±22.62%
)68919
ops/sec (±0.25%
)0.12
Logging an object on root logger
490783
ops/sec (±7.46%
)58769
ops/sec (±0.59%
)0.12
Logging an object with a message on root logger
8837
ops/sec (±190.97%
)28577
ops/sec (±0.21%
)3.23
Logging an object with a redacted prop on root logger
314601
ops/sec (±18.31%
)53184
ops/sec (±0.45%
)0.17
Logging a nested 3-level object on root logger
277309
ops/sec (±10.74%
)48902
ops/sec (±0.23%
)0.18
This comment was automatically generated by workflow using github-action-benchmark.
210f380
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
8837
ops/sec (±190.97%
)28577
ops/sec (±0.21%
)3.23
This comment was automatically generated by workflow using github-action-benchmark.
210f380
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
299792
ops/sec (±1.15%
)3326
ops/sec (±0.99%
)0.011094358755403747
Logging a string on root logger
610896
ops/sec (±10.65%
)49551
ops/sec (±1.00%
)0.08111200597155653
Logging an object on root logger
419550
ops/sec (±13.10%
)36566
ops/sec (±0.99%
)0.08715528542485997
Logging an object with a message on root logger
213593
ops/sec (±22.33%
)15768
ops/sec (±2.90%
)0.07382264400050563
Logging an object with a redacted prop on root logger
3757
ops/sec (±205.78%
)33293
ops/sec (±1.15%
)8.86
Logging a nested 3-level object on root logger
267433
ops/sec (±9.80%
)28685
ops/sec (±1.62%
)0.11
This comment was automatically generated by workflow using github-action-benchmark.
210f380
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 redacted prop on root logger
3757
ops/sec (±205.78%
)33293
ops/sec (±1.15%
)8.86
This comment was automatically generated by workflow using github-action-benchmark.