-
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
1 changed file
with
13 additions
and
1 deletion.
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
b62073c
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
472153
ops/sec (±1.05%
)467852
ops/sec (±1.05%
)0.99
Logging a string on root logger
818053
ops/sec (±6.42%
)860220
ops/sec (±6.90%
)1.05
Logging an object on root logger
616196
ops/sec (±7.84%
)42097
ops/sec (±184.42%
)0.06831754831254991
Logging an object with a message on root logger
4215
ops/sec (±220.08%
)434653
ops/sec (±5.06%
)103.12
Logging an object with a redacted prop on root logger
452439
ops/sec (±7.56%
)508619
ops/sec (±5.40%
)1.12
Logging a nested 3-level object on root logger
379982
ops/sec (±7.57%
)19512
ops/sec (±186.49%
)0.051349800780036946
This comment was automatically generated by workflow using github-action-benchmark.
b62073c
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
4215
ops/sec (±220.08%
)434653
ops/sec (±5.06%
)103.12
This comment was automatically generated by workflow using github-action-benchmark.
b62073c
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
327284
ops/sec (±1.00%
)334160
ops/sec (±0.63%
)1.02
Logging a string on root logger
822428
ops/sec (±7.09%
)783790
ops/sec (±8.48%
)0.95
Logging an object on root logger
645143
ops/sec (±7.84%
)609843
ops/sec (±8.00%
)0.95
Logging an object with a message on root logger
20136
ops/sec (±185.44%
)4151
ops/sec (±213.90%
)0.21
Logging an object with a redacted prop on root logger
459493
ops/sec (±7.69%
)427278
ops/sec (±14.69%
)0.93
Logging a nested 3-level object on root logger
329164
ops/sec (±6.88%
)343296
ops/sec (±4.74%
)1.04
This comment was automatically generated by workflow using github-action-benchmark.