-
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.
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 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
aeab4a9
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
474612
ops/sec (±1.51%
)470001
ops/sec (±1.38%
)0.99
Logging a string on root logger
737360
ops/sec (±8.39%
)843426
ops/sec (±7.78%
)1.14
Logging an object on root logger
557383
ops/sec (±8.33%
)622345
ops/sec (±13.12%
)1.12
Logging an object with a message on root logger
12374
ops/sec (±198.73%
)23761
ops/sec (±184.91%
)1.92
Logging an object with a redacted prop on root logger
441129
ops/sec (±7.99%
)474599
ops/sec (±9.10%
)1.08
Logging a nested 3-level object on root logger
341289
ops/sec (±9.24%
)27204
ops/sec (±182.15%
)0.0797095716533495
This comment was automatically generated by workflow using github-action-benchmark.
aeab4a9
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
348711
ops/sec (±0.51%
)339649
ops/sec (±0.47%
)0.97
Logging a string on root logger
847217
ops/sec (±7.54%
)829622
ops/sec (±7.98%
)0.98
Logging an object on root logger
645736
ops/sec (±5.96%
)569402
ops/sec (±7.41%
)0.88
Logging an object with a message on root logger
1663
ops/sec (±276.26%
)7007
ops/sec (±201.14%
)4.21
Logging an object with a redacted prop on root logger
442408
ops/sec (±14.56%
)456951
ops/sec (±7.14%
)1.03
Logging a nested 3-level object on root logger
332738
ops/sec (±6.85%
)322977
ops/sec (±5.76%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.
aeab4a9
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
1663
ops/sec (±276.26%
)7007
ops/sec (±201.14%
)4.21
This comment was automatically generated by workflow using github-action-benchmark.