-
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.
fix: detect crypto version from key length
- Loading branch information
Showing
3 changed files
with
108 additions
and
76 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
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
032ce66
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
481355
ops/sec (±0.82%
)456619
ops/sec (±1.19%
)0.95
Logging a string on root logger
833088
ops/sec (±10.36%
)710992
ops/sec (±7.12%
)0.85
Logging an object on root logger
647330
ops/sec (±7.77%
)523178
ops/sec (±8.28%
)0.81
Logging an object with a message on root logger
4626
ops/sec (±217.39%
)18140
ops/sec (±186.57%
)3.92
Logging an object with a redacted prop on root logger
466686
ops/sec (±12.83%
)349947
ops/sec (±18.88%
)0.75
Logging a nested 3-level object on root logger
408661
ops/sec (±6.84%
)315356
ops/sec (±9.54%
)0.77
This comment was automatically generated by workflow using github-action-benchmark.
032ce66
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
4626
ops/sec (±217.39%
)18140
ops/sec (±186.57%
)3.92
This comment was automatically generated by workflow using github-action-benchmark.
032ce66
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
326646
ops/sec (±0.81%
)324908
ops/sec (±1.23%
)0.99
Logging a string on root logger
771188
ops/sec (±8.43%
)718114
ops/sec (±8.49%
)0.93
Logging an object on root logger
579782
ops/sec (±5.64%
)554550
ops/sec (±5.35%
)0.96
Logging an object with a message on root logger
7823
ops/sec (±201.05%
)13732
ops/sec (±188.33%
)1.76
Logging an object with a redacted prop on root logger
453782
ops/sec (±10.25%
)434349
ops/sec (±12.59%
)0.96
Logging a nested 3-level object on root logger
340874
ops/sec (±5.83%
)324121
ops/sec (±4.56%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.