-
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
3 changed files
with
22 additions
and
22 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
ea7ad36
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
463839
ops/sec (±1.17%
)468681
ops/sec (±2.31%
)1.01
Logging a string on root logger
641764
ops/sec (±7.09%
)836635
ops/sec (±11.11%
)1.30
Logging an object on root logger
525488
ops/sec (±9.11%
)647514
ops/sec (±7.50%
)1.23
Logging an object with a message on root logger
20679
ops/sec (±184.78%
)30550
ops/sec (±182.22%
)1.48
Logging an object with a redacted prop on root logger
409247
ops/sec (±11.62%
)480037
ops/sec (±10.15%
)1.17
Logging a nested 3-level object on root logger
328455
ops/sec (±8.01%
)27310
ops/sec (±183.25%
)0.0831468542113836
This comment was automatically generated by workflow using github-action-benchmark.
ea7ad36
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
327908
ops/sec (±1.03%
)316712
ops/sec (±0.79%
)0.97
Logging a string on root logger
814435
ops/sec (±4.22%
)733332
ops/sec (±6.00%
)0.90
Logging an object on root logger
652160
ops/sec (±5.73%
)602608
ops/sec (±6.08%
)0.92
Logging an object with a message on root logger
2854
ops/sec (±224.10%
)10477
ops/sec (±198.44%
)3.67
Logging an object with a redacted prop on root logger
488071
ops/sec (±9.23%
)499118
ops/sec (±5.30%
)1.02
Logging a nested 3-level object on root logger
335250
ops/sec (±7.65%
)332966
ops/sec (±6.22%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.
ea7ad36
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
2854
ops/sec (±224.10%
)10477
ops/sec (±198.44%
)3.67
This comment was automatically generated by workflow using github-action-benchmark.