-
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
1 changed file
with
7 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
748342c
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
472066
ops/sec (±1.71%
)471964
ops/sec (±0.63%
)1.00
Logging a string on root logger
866885
ops/sec (±9.50%
)763544
ops/sec (±7.79%
)0.88
Logging an object on root logger
647165
ops/sec (±8.77%
)606091
ops/sec (±6.29%
)0.94
Logging an object with a message on root logger
28717
ops/sec (±183.22%
)7994
ops/sec (±203.67%
)0.28
Logging an object with a redacted prop on root logger
526445
ops/sec (±5.71%
)409322
ops/sec (±10.23%
)0.78
Logging a nested 3-level object on root logger
18027
ops/sec (±186.84%
)365722
ops/sec (±8.40%
)20.29
This comment was automatically generated by workflow using github-action-benchmark.
748342c
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
18027
ops/sec (±186.84%
)365722
ops/sec (±8.40%
)20.29
This comment was automatically generated by workflow using github-action-benchmark.
748342c
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
344145
ops/sec (±0.34%
)324444
ops/sec (±0.94%
)0.94
Logging a string on root logger
814298
ops/sec (±5.54%
)749698
ops/sec (±4.89%
)0.92
Logging an object on root logger
622079
ops/sec (±6.98%
)563856
ops/sec (±6.77%
)0.91
Logging an object with a message on root logger
3926
ops/sec (±217.47%
)7961
ops/sec (±200.17%
)2.03
Logging an object with a redacted prop on root logger
443557
ops/sec (±6.89%
)417415
ops/sec (±15.08%
)0.94
Logging a nested 3-level object on root logger
319801
ops/sec (±5.85%
)334465
ops/sec (±5.21%
)1.05
This comment was automatically generated by workflow using github-action-benchmark.
748342c
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
3926
ops/sec (±217.47%
)7961
ops/sec (±200.17%
)2.03
This comment was automatically generated by workflow using github-action-benchmark.