-
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.
test(oauth): UT ensures new token is bubbled up
Updated UT to ensure `AuthInfo.refreshFn` always bubbles up the new, refreshed access token instead of the old one.
- Loading branch information
1 parent
0919f28
commit fa7817a
Showing
1 changed file
with
24 additions
and
10 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
fa7817a
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
479518
ops/sec (±0.47%
)495484
ops/sec (±0.41%
)1.03
Logging a string on root logger
1153870
ops/sec (±5.47%
)1161434
ops/sec (±6.51%
)1.01
Logging an object on root logger
26613
ops/sec (±198.22%
)22983
ops/sec (±201.11%
)0.86
Logging an object with a message on root logger
261702
ops/sec (±89.84%
)599012
ops/sec (±5.63%
)2.29
Logging an object with a redacted prop on root logger
625576
ops/sec (±8.29%
)647085
ops/sec (±7.17%
)1.03
Logging a nested 3-level object on root logger
9609
ops/sec (±209.19%
)29269
ops/sec (±185.00%
)3.05
This comment was automatically generated by workflow using github-action-benchmark.
fa7817a
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
261702
ops/sec (±89.84%
)599012
ops/sec (±5.63%
)2.29
Logging a nested 3-level object on root logger
9609
ops/sec (±209.19%
)29269
ops/sec (±185.00%
)3.05
This comment was automatically generated by workflow using github-action-benchmark.
fa7817a
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
325326
ops/sec (±1.40%
)314230
ops/sec (±2.96%
)0.97
Logging a string on root logger
845873
ops/sec (±8.13%
)759583
ops/sec (±14.82%
)0.90
Logging an object on root logger
660053
ops/sec (±8.85%
)706134
ops/sec (±9.10%
)1.07
Logging an object with a message on root logger
2045
ops/sec (±276.16%
)20301
ops/sec (±185.46%
)9.93
Logging an object with a redacted prop on root logger
185455
ops/sec (±124.54%
)507957
ops/sec (±8.41%
)2.74
Logging a nested 3-level object on root logger
467926
ops/sec (±6.23%
)23157
ops/sec (±185.46%
)0.049488594350388736
This comment was automatically generated by workflow using github-action-benchmark.
fa7817a
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
2045
ops/sec (±276.16%
)20301
ops/sec (±185.46%
)9.93
Logging an object with a redacted prop on root logger
185455
ops/sec (±124.54%
)507957
ops/sec (±8.41%
)2.74
This comment was automatically generated by workflow using github-action-benchmark.