-
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
e16a7a4
commit 679d684
Showing
1 changed file
with
1 addition
and
11 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
679d684
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
486563
ops/sec (±0.50%
)496074
ops/sec (±0.93%
)1.02
Logging a string on root logger
892252
ops/sec (±8.87%
)780811
ops/sec (±9.77%
)0.88
Logging an object on root logger
40401
ops/sec (±183.64%
)597216
ops/sec (±9.43%
)14.78
Logging an object with a message on root logger
429958
ops/sec (±6.47%
)4683
ops/sec (±220.57%
)0.010891761520892738
Logging an object with a redacted prop on root logger
497036
ops/sec (±10.10%
)442329
ops/sec (±14.64%
)0.89
Logging a nested 3-level object on root logger
19918
ops/sec (±185.84%
)379046
ops/sec (±7.68%
)19.03
This comment was automatically generated by workflow using github-action-benchmark.
679d684
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 on root logger
40401
ops/sec (±183.64%
)597216
ops/sec (±9.43%
)14.78
Logging a nested 3-level object on root logger
19918
ops/sec (±185.84%
)379046
ops/sec (±7.68%
)19.03
This comment was automatically generated by workflow using github-action-benchmark.
679d684
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
327208
ops/sec (±3.00%
)343167
ops/sec (±0.94%
)1.05
Logging a string on root logger
804637
ops/sec (±7.07%
)826756
ops/sec (±7.11%
)1.03
Logging an object on root logger
574238
ops/sec (±8.88%
)593723
ops/sec (±7.04%
)1.03
Logging an object with a message on root logger
6330
ops/sec (±203.93%
)4007
ops/sec (±213.72%
)0.63
Logging an object with a redacted prop on root logger
439513
ops/sec (±7.21%
)446553
ops/sec (±14.48%
)1.02
Logging a nested 3-level object on root logger
317755
ops/sec (±6.04%
)333821
ops/sec (±6.75%
)1.05
This comment was automatically generated by workflow using github-action-benchmark.