-
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.
feat: dns lookup doesn't include port
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
1afcc89
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
467852
ops/sec (±1.05%
)504547
ops/sec (±2.08%
)1.08
Logging a string on root logger
860220
ops/sec (±6.90%
)934392
ops/sec (±9.14%
)1.09
Logging an object on root logger
42097
ops/sec (±184.42%
)38163
ops/sec (±186.21%
)0.91
Logging an object with a message on root logger
434653
ops/sec (±5.06%
)438398
ops/sec (±10.90%
)1.01
Logging an object with a redacted prop on root logger
508619
ops/sec (±5.40%
)552159
ops/sec (±7.44%
)1.09
Logging a nested 3-level object on root logger
19512
ops/sec (±186.49%
)15689
ops/sec (±196.51%
)0.80
This comment was automatically generated by workflow using github-action-benchmark.
1afcc89
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
334160
ops/sec (±0.63%
)315537
ops/sec (±1.57%
)0.94
Logging a string on root logger
783790
ops/sec (±8.48%
)821464
ops/sec (±7.04%
)1.05
Logging an object on root logger
609843
ops/sec (±8.00%
)546299
ops/sec (±9.05%
)0.90
Logging an object with a message on root logger
4151
ops/sec (±213.90%
)6802
ops/sec (±204.57%
)1.64
Logging an object with a redacted prop on root logger
427278
ops/sec (±14.69%
)463387
ops/sec (±7.79%
)1.08
Logging a nested 3-level object on root logger
343296
ops/sec (±4.74%
)308778
ops/sec (±4.42%
)0.90
This comment was automatically generated by workflow using github-action-benchmark.