-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set CacheSynchronization to true by default (#4310)
* Change EnableCacheSynchronization default. * Update tests. * Update method comment. * Update ConfidentialClientApplicationBuilder.cs * Update ConfidentialClientApplicationOptions.cs --------- Co-authored-by: Gladwin Johnson <[email protected]>
- Loading branch information
Showing
4 changed files
with
41 additions
and
45 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
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
d25f45f
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 'AcquireTokenForClientWithCache'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)
324368.80787760415
ns (± 4445.082407271233
)245462.0402018229
ns (± 5239.057053944816
)1.32
This comment was automatically generated by workflow using github-action-benchmark.