-
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
94fe825
commit b0ae322
Showing
2 changed files
with
2 additions
and
2 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
b0ae322
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
473843
ops/sec (±1.42%
)473887
ops/sec (±1.29%
)1.00
Logging a string on root logger
869547
ops/sec (±10.43%
)737715
ops/sec (±6.89%
)0.85
Logging an object on root logger
595363
ops/sec (±7.94%
)498505
ops/sec (±8.39%
)0.84
Logging an object with a message on root logger
5318
ops/sec (±223.62%
)17553
ops/sec (±187.11%
)3.30
Logging an object with a redacted prop on root logger
406691
ops/sec (±15.56%
)377631
ops/sec (±7.33%
)0.93
Logging a nested 3-level object on root logger
353970
ops/sec (±8.72%
)321037
ops/sec (±9.15%
)0.91
This comment was automatically generated by workflow using github-action-benchmark.
b0ae322
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
5318
ops/sec (±223.62%
)17553
ops/sec (±187.11%
)3.30
This comment was automatically generated by workflow using github-action-benchmark.
b0ae322
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
317663
ops/sec (±1.57%
)316884
ops/sec (±0.77%
)1.00
Logging a string on root logger
781351
ops/sec (±8.56%
)822330
ops/sec (±12.25%
)1.05
Logging an object on root logger
591511
ops/sec (±4.84%
)599653
ops/sec (±6.79%
)1.01
Logging an object with a message on root logger
8379
ops/sec (±199.62%
)3879
ops/sec (±220.21%
)0.46
Logging an object with a redacted prop on root logger
428204
ops/sec (±11.17%
)462591
ops/sec (±10.87%
)1.08
Logging a nested 3-level object on root logger
344821
ops/sec (±5.10%
)346534
ops/sec (±5.73%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.