-
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: add redacted oauth options as error data
- Loading branch information
Showing
1 changed file
with
14 additions
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
6aba25d
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
486749
ops/sec (±1.60%
)481998
ops/sec (±1.47%
)0.99
Logging a string on root logger
796617
ops/sec (±10.23%
)815132
ops/sec (±13.10%
)1.02
Logging an object on root logger
624070
ops/sec (±8.45%
)601616
ops/sec (±6.61%
)0.96
Logging an object with a message on root logger
30489
ops/sec (±181.38%
)8110
ops/sec (±206.28%
)0.27
Logging an object with a redacted prop on root logger
487103
ops/sec (±6.01%
)485479
ops/sec (±8.78%
)1.00
Logging a nested 3-level object on root logger
24289
ops/sec (±183.66%
)371132
ops/sec (±7.69%
)15.28
This comment was automatically generated by workflow using github-action-benchmark.
6aba25d
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
24289
ops/sec (±183.66%
)371132
ops/sec (±7.69%
)15.28
This comment was automatically generated by workflow using github-action-benchmark.