-
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
c6e128e
commit 636a61e
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
636a61e
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
496074
ops/sec (±0.93%
)439449
ops/sec (±1.89%
)0.89
Logging a string on root logger
780811
ops/sec (±9.77%
)846438
ops/sec (±6.72%
)1.08
Logging an object on root logger
597216
ops/sec (±9.43%
)642604
ops/sec (±7.21%
)1.08
Logging an object with a message on root logger
4683
ops/sec (±220.57%
)21461
ops/sec (±185.12%
)4.58
Logging an object with a redacted prop on root logger
442329
ops/sec (±14.64%
)515956
ops/sec (±7.09%
)1.17
Logging a nested 3-level object on root logger
379046
ops/sec (±7.68%
)21056
ops/sec (±185.32%
)0.05554998601752822
This comment was automatically generated by workflow using github-action-benchmark.
636a61e
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
4683
ops/sec (±220.57%
)21461
ops/sec (±185.12%
)4.58
This comment was automatically generated by workflow using github-action-benchmark.
636a61e
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
343167
ops/sec (±0.94%
)336705
ops/sec (±1.27%
)0.98
Logging a string on root logger
826756
ops/sec (±7.11%
)824873
ops/sec (±7.58%
)1.00
Logging an object on root logger
593723
ops/sec (±7.04%
)619568
ops/sec (±6.48%
)1.04
Logging an object with a message on root logger
4007
ops/sec (±213.72%
)2620
ops/sec (±234.45%
)0.65
Logging an object with a redacted prop on root logger
446553
ops/sec (±14.48%
)434476
ops/sec (±10.40%
)0.97
Logging a nested 3-level object on root logger
333821
ops/sec (±6.75%
)334917
ops/sec (±3.99%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.