-
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
63 additions
and
13 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
90d025d
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
470001
ops/sec (±1.38%
)453953
ops/sec (±2.08%
)0.97
Logging a string on root logger
843426
ops/sec (±7.78%
)716372
ops/sec (±9.23%
)0.85
Logging an object on root logger
622345
ops/sec (±13.12%
)584520
ops/sec (±8.87%
)0.94
Logging an object with a message on root logger
23761
ops/sec (±184.91%
)10433
ops/sec (±200.85%
)0.44
Logging an object with a redacted prop on root logger
474599
ops/sec (±9.10%
)374209
ops/sec (±13.57%
)0.79
Logging a nested 3-level object on root logger
27204
ops/sec (±182.15%
)368413
ops/sec (±7.68%
)13.54
This comment was automatically generated by workflow using github-action-benchmark.
90d025d
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 a nested 3-level object on root logger
27204
ops/sec (±182.15%
)368413
ops/sec (±7.68%
)13.54
This comment was automatically generated by workflow using github-action-benchmark.
90d025d
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
339649
ops/sec (±0.47%
)332891
ops/sec (±0.53%
)0.98
Logging a string on root logger
829622
ops/sec (±7.98%
)827720
ops/sec (±7.10%
)1.00
Logging an object on root logger
569402
ops/sec (±7.41%
)598338
ops/sec (±6.19%
)1.05
Logging an object with a message on root logger
7007
ops/sec (±201.14%
)8222
ops/sec (±201.49%
)1.17
Logging an object with a redacted prop on root logger
456951
ops/sec (±7.14%
)473796
ops/sec (±6.60%
)1.04
Logging a nested 3-level object on root logger
322977
ops/sec (±5.76%
)323221
ops/sec (±6.30%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.