-
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.
chore: allow undefined for internal cryptoVersion
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 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
5876135
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
470514
ops/sec (±2.47%
)459259
ops/sec (±0.75%
)0.98
Logging a string on root logger
835499
ops/sec (±8.47%
)701199
ops/sec (±7.26%
)0.84
Logging an object on root logger
587066
ops/sec (±7.57%
)561798
ops/sec (±6.86%
)0.96
Logging an object with a message on root logger
5185
ops/sec (±217.06%
)17755
ops/sec (±186.97%
)3.42
Logging an object with a redacted prop on root logger
396669
ops/sec (±11.51%
)380326
ops/sec (±14.30%
)0.96
Logging a nested 3-level object on root logger
372114
ops/sec (±8.06%
)354811
ops/sec (±9.30%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.
5876135
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
5185
ops/sec (±217.06%
)17755
ops/sec (±186.97%
)3.42
This comment was automatically generated by workflow using github-action-benchmark.
5876135
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
320111
ops/sec (±3.20%
)334908
ops/sec (±0.54%
)1.05
Logging a string on root logger
763969
ops/sec (±11.66%
)770131
ops/sec (±6.89%
)1.01
Logging an object on root logger
599885
ops/sec (±6.23%
)617597
ops/sec (±7.28%
)1.03
Logging an object with a message on root logger
6746
ops/sec (±204.43%
)9250
ops/sec (±199.72%
)1.37
Logging an object with a redacted prop on root logger
436318
ops/sec (±11.33%
)489021
ops/sec (±5.73%
)1.12
Logging a nested 3-level object on root logger
340477
ops/sec (±4.31%
)302112
ops/sec (±5.69%
)0.89
This comment was automatically generated by workflow using github-action-benchmark.