-
Notifications
You must be signed in to change notification settings - Fork 70
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
19 additions
and
21 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
f3abda1
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
458851
ops/sec (±5.40%
)517376
ops/sec (±6.80%
)1.13
Logging a string on root logger
458865
ops/sec (±9.51%
)506421
ops/sec (±10.00%
)1.10
Logging an object on root logger
316317
ops/sec (±11.54%
)290323
ops/sec (±12.78%
)0.92
Logging an object with a message on root logger
173307
ops/sec (±55.73%
)181607
ops/sec (±17.64%
)1.05
Logging an object with a redacted prop on root logger
240246
ops/sec (±16.74%
)189911
ops/sec (±18.82%
)0.79
Logging a nested 3-level object on root logger
1830
ops/sec (±223.06%
)8193
ops/sec (±186.55%
)4.48
This comment was automatically generated by workflow using github-action-benchmark.
f3abda1
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 a nested 3-level object on root logger
1830
ops/sec (±223.06%
)8193
ops/sec (±186.55%
)4.48
This comment was automatically generated by workflow using github-action-benchmark.
f3abda1
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
473199
ops/sec (±5.57%
)480184
ops/sec (±0.80%
)1.01
Logging a string on root logger
526434
ops/sec (±14.30%
)581472
ops/sec (±14.30%
)1.10
Logging an object on root logger
275832
ops/sec (±19.85%
)310618
ops/sec (±18.84%
)1.13
Logging an object with a message on root logger
189722
ops/sec (±21.89%
)170705
ops/sec (±22.63%
)0.90
Logging an object with a redacted prop on root logger
151718
ops/sec (±22.21%
)161247
ops/sec (±21.83%
)1.06
Logging a nested 3-level object on root logger
118406
ops/sec (±22.21%
)147727
ops/sec (±19.13%
)1.25
This comment was automatically generated by workflow using github-action-benchmark.