-
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
28 additions
and
28 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
a77e002
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
456182
ops/sec (±0.73%
)460579
ops/sec (±1.30%
)1.01
Logging a string on root logger
794224
ops/sec (±8.80%
)729598
ops/sec (±7.39%
)0.92
Logging an object on root logger
633881
ops/sec (±6.20%
)558219
ops/sec (±7.84%
)0.88
Logging an object with a message on root logger
5259
ops/sec (±217.31%
)13116
ops/sec (±189.11%
)2.49
Logging an object with a redacted prop on root logger
427280
ops/sec (±14.01%
)370229
ops/sec (±10.88%
)0.87
Logging a nested 3-level object on root logger
355863
ops/sec (±9.64%
)353319
ops/sec (±7.01%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.
a77e002
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 an object with a message on root logger
5259
ops/sec (±217.31%
)13116
ops/sec (±189.11%
)2.49
This comment was automatically generated by workflow using github-action-benchmark.
a77e002
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
324587
ops/sec (±1.17%
)322128
ops/sec (±0.73%
)0.99
Logging a string on root logger
800769
ops/sec (±5.07%
)835887
ops/sec (±7.68%
)1.04
Logging an object on root logger
557054
ops/sec (±8.24%
)638507
ops/sec (±5.46%
)1.15
Logging an object with a message on root logger
4116
ops/sec (±211.77%
)1461
ops/sec (±255.93%
)0.35
Logging an object with a redacted prop on root logger
422691
ops/sec (±13.34%
)483536
ops/sec (±6.96%
)1.14
Logging a nested 3-level object on root logger
335559
ops/sec (±4.82%
)336368
ops/sec (±4.87%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.