-
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
3 additions
and
3 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
b7f5588
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
473291
ops/sec (±0.93%
)479149
ops/sec (±1.14%
)1.01
Logging a string on root logger
840314
ops/sec (±7.51%
)789128
ops/sec (±6.99%
)0.94
Logging an object on root logger
625241
ops/sec (±7.49%
)575668
ops/sec (±9.28%
)0.92
Logging an object with a message on root logger
4672
ops/sec (±227.87%
)10577
ops/sec (±201.13%
)2.26
Logging an object with a redacted prop on root logger
422583
ops/sec (±10.19%
)470328
ops/sec (±8.54%
)1.11
Logging a nested 3-level object on root logger
372532
ops/sec (±8.54%
)404392
ops/sec (±7.29%
)1.09
This comment was automatically generated by workflow using github-action-benchmark.
b7f5588
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
4672
ops/sec (±227.87%
)10577
ops/sec (±201.13%
)2.26
This comment was automatically generated by workflow using github-action-benchmark.
b7f5588
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
325123
ops/sec (±0.64%
)345195
ops/sec (±0.47%
)1.06
Logging a string on root logger
728434
ops/sec (±4.58%
)820301
ops/sec (±5.81%
)1.13
Logging an object on root logger
569957
ops/sec (±5.90%
)642427
ops/sec (±5.39%
)1.13
Logging an object with a message on root logger
12705
ops/sec (±188.94%
)3646
ops/sec (±220.41%
)0.29
Logging an object with a redacted prop on root logger
500213
ops/sec (±4.85%
)462167
ops/sec (±7.87%
)0.92
Logging a nested 3-level object on root logger
346779
ops/sec (±6.65%
)331376
ops/sec (±5.16%
)0.96
This comment was automatically generated by workflow using github-action-benchmark.