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

Fixes and speed up for .NET Core sample #14

Closed
wants to merge 2 commits into from

Conversation

ForNeVeR
Copy link

@ForNeVeR ForNeVeR commented Mar 10, 2018

On my Windows machine, this improved the performance of .NET Core sample more that twice (from 11k RPS to 24k RPS). Although my current computational environment is very unstable. I'd be happy to hear your results.

Thanks.

@ju-bear
Copy link
Contributor

ju-bear commented Mar 10, 2018

ASP.NET Core is capable to handle requests by either using Controllers or using request handlers as in your example. Spring Boot service in this benchmark uses RestController to handle requests.

Maybe 2 separate versions of .NET Core service should be made? One that uses Controllers without any MVC-specific features and another that handles the request directly?

@Ubloobok
Copy link

@dredd92 it's a great idea about 2 versions for .NET Core, it'll be more correct for demonstration.

@ForNeVeR
Copy link
Author

Superseded by #16.

@ForNeVeR ForNeVeR closed this Mar 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants