-
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
1 parent
a2fac56
commit 7f11ab8
Showing
2 changed files
with
2 additions
and
3 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
7f11ab8
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
477448
ops/sec (±1.60%
)476864
ops/sec (±1.32%
)1.00
Logging a string on root logger
861771
ops/sec (±9.20%
)837381
ops/sec (±9.25%
)0.97
Logging an object on root logger
648557
ops/sec (±6.14%
)650257
ops/sec (±6.72%
)1.00
Logging an object with a message on root logger
13671
ops/sec (±188.90%
)2341
ops/sec (±242.97%
)0.17
Logging an object with a redacted prop on root logger
526707
ops/sec (±9.21%
)458356
ops/sec (±7.26%
)0.87
Logging a nested 3-level object on root logger
22576
ops/sec (±185.31%
)371205
ops/sec (±7.97%
)16.44
This comment was automatically generated by workflow using github-action-benchmark.
7f11ab8
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
22576
ops/sec (±185.31%
)371205
ops/sec (±7.97%
)16.44
This comment was automatically generated by workflow using github-action-benchmark.
7f11ab8
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
307575
ops/sec (±1.53%
)320250
ops/sec (±1.14%
)1.04
Logging a string on root logger
724299
ops/sec (±6.74%
)731820
ops/sec (±6.24%
)1.01
Logging an object on root logger
571246
ops/sec (±5.94%
)614926
ops/sec (±6.44%
)1.08
Logging an object with a message on root logger
8846
ops/sec (±191.32%
)8894
ops/sec (±198.81%
)1.01
Logging an object with a redacted prop on root logger
469364
ops/sec (±5.74%
)430493
ops/sec (±12.22%
)0.92
Logging a nested 3-level object on root logger
322796
ops/sec (±5.88%
)308581
ops/sec (±5.94%
)0.96
This comment was automatically generated by workflow using github-action-benchmark.