-
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!: make AuthInfo.getFields return readonly
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 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
41423d6
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
538580
ops/sec (±0.62%
)531040
ops/sec (±0.44%
)0.99
Logging a string on root logger
522971
ops/sec (±8.70%
)451216
ops/sec (±11.25%
)0.86
Logging an object on root logger
311491
ops/sec (±23.25%
)315458
ops/sec (±14.19%
)1.01
Logging an object with a message on root logger
304568
ops/sec (±15.56%
)233624
ops/sec (±10.88%
)0.77
Logging an object with a redacted prop on root logger
9280
ops/sec (±198.46%
)262983
ops/sec (±14.39%
)28.34
Logging a nested 3-level object on root logger
216510
ops/sec (±21.32%
)3501
ops/sec (±212.85%
)0.01617015380351947
This comment was automatically generated by workflow using github-action-benchmark.
41423d6
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 redacted prop on root logger
9280
ops/sec (±198.46%
)262983
ops/sec (±14.39%
)28.34
This comment was automatically generated by workflow using github-action-benchmark.
41423d6
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
447672
ops/sec (±5.94%
)469189
ops/sec (±6.36%
)1.05
Logging a string on root logger
696436
ops/sec (±15.93%
)604484
ops/sec (±13.38%
)0.87
Logging an object on root logger
347814
ops/sec (±16.27%
)415660
ops/sec (±15.34%
)1.20
Logging an object with a message on root logger
139842
ops/sec (±25.37%
)261242
ops/sec (±12.69%
)1.87
Logging an object with a redacted prop on root logger
170629
ops/sec (±23.76%
)12185
ops/sec (±186.83%
)0.07141224528069672
Logging a nested 3-level object on root logger
124069
ops/sec (±22.57%
)284729
ops/sec (±7.62%
)2.29
This comment was automatically generated by workflow using github-action-benchmark.
41423d6
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 a nested 3-level object on root logger
124069
ops/sec (±22.57%
)284729
ops/sec (±7.62%
)2.29
This comment was automatically generated by workflow using github-action-benchmark.