Skip to content
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

small performance improvements for ServiceLocator #141

Merged
merged 1 commit into from May 13, 2017

Conversation

304NotModified
Copy link
Member

Fixes #134

@codecov
Copy link

codecov bot commented May 13, 2017

Codecov Report

Merging #141 into master will decrease coverage by 0.58%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   62.83%   62.24%   -0.59%     
==========================================
  Files          26       26              
  Lines         339      339              
  Branches       81       81              
==========================================
- Hits          213      211       -2     
  Misses         91       91              
- Partials       35       37       +2
Impacted Files Coverage Δ
...etCore/LayoutRenderers/AspNetLayoutRendererBase.cs 87.5% <ø> (ø) ⬆️
...e/LayoutRenderers/IISInstanceNameLayoutRenderer.cs 0% <ø> (ø) ⬆️
...youtRenderers/AspNetRequestCookieLayoutRenderer.cs 80.76% <0%> (-3.85%) ⬇️
...outRenderers/AspNetLayoutMultiValueRendererBase.cs 95.12% <0%> (-2.44%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8fc87a...cb4e116. Read the comment docs.

@304NotModified 304NotModified merged commit 68dde7a into master May 13, 2017
@304NotModified 304NotModified deleted the Improve-performance2 branch May 13, 2017 15:02
@snakefoot snakefoot added performance ASP.NET Core ASP.NET Core - all versions and removed ASP.NET Core 1 labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASP.NET Core ASP.NET Core - all versions performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve performance with many threads (AspNetEnvironment & IISInstanceName)
2 participants