-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add benchmark for large number of ConfigurationProvider #2572
Conversation
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Outdated
Show resolved
Hide resolved
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Outdated
Show resolved
Hide resolved
…ion/ConfigurationBinderBenchmarks.cs Co-authored-by: Eric Erhardt <[email protected]>
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Outdated
Show resolved
Hide resolved
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Outdated
Show resolved
Hide resolved
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Outdated
Show resolved
Hide resolved
…ion/ConfigurationBinderBenchmarks.cs Co-authored-by: Eric Erhardt <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>
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.
LGTM. Thanks for the contribution!
@adamsitnik - are the CI failures expected? I tried looking at them, and none of them seemed related to this change, but I couldn't be sure. |
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Outdated
Show resolved
Hide resolved
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Outdated
Show resolved
Hide resolved
…ion/ConfigurationBinderBenchmarks.cs Co-authored-by: Adam Sitnik <[email protected]>
...nchmarks/micro/libraries/Microsoft.Extensions.Configuration/ConfigurationBinderBenchmarks.cs
Show resolved
Hide resolved
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.
LGTM. Thanks for the contribution.
Thank you for reviewing my code and get them merged, @eerhardt @IDisposable @adamsitnik ! |
InternalConfigurationRootExtensions.GetChildrenImplementation performance can be improved - the time complexity is none-linearly increasing with the ConfigurationProvider count.