costajob / app-servers

App Servers benchmarked for: Ruby, Python, JavaScript, Dart, Elixir, Java, Crystal, Nim, GO, Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core built in Debug mode?

nlivaic opened this issue · comments

Hi,

default for dotnet run is to build in Debug, as per https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore21.

Would you consider doing a dotnet run --configuration Release and seeing if it gives better results?

Thank you.

I'll do and post the results, thanks!

Updated to .NET core 2.2 and started with Release option: no benefits on throughput unfortunately.