-
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.
fix: prevent validations on encrypted values
- Loading branch information
1 parent
80fde91
commit ecbe83d
Showing
2 changed files
with
86 additions
and
15 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
ecbe83d
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
479019
ops/sec (±0.52%
)470560
ops/sec (±1.34%
)0.98
Logging a string on root logger
769643
ops/sec (±9.76%
)804441
ops/sec (±7.49%
)1.05
Logging an object on root logger
586455
ops/sec (±7.80%
)617201
ops/sec (±6.29%
)1.05
Logging an object with a message on root logger
6342
ops/sec (±208.99%
)3822
ops/sec (±220.28%
)0.60
Logging an object with a redacted prop on root logger
442955
ops/sec (±5.90%
)423920
ops/sec (±9.46%
)0.96
Logging a nested 3-level object on root logger
374718
ops/sec (±8.41%
)365283
ops/sec (±8.22%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.
ecbe83d
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
351661
ops/sec (±0.33%
)333243
ops/sec (±0.68%
)0.95
Logging a string on root logger
823379
ops/sec (±5.40%
)771857
ops/sec (±5.37%
)0.94
Logging an object on root logger
644119
ops/sec (±6.45%
)582351
ops/sec (±8.84%
)0.90
Logging an object with a message on root logger
1960
ops/sec (±243.21%
)5853
ops/sec (±212.30%
)2.99
Logging an object with a redacted prop on root logger
476110
ops/sec (±6.50%
)465146
ops/sec (±9.40%
)0.98
Logging a nested 3-level object on root logger
324421
ops/sec (±6.99%
)333364
ops/sec (±3.98%
)1.03
This comment was automatically generated by workflow using github-action-benchmark.
ecbe83d
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 - windows-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
1960
ops/sec (±243.21%
)5853
ops/sec (±212.30%
)2.99
This comment was automatically generated by workflow using github-action-benchmark.