NClient
NClient copied to clipboard
NClientController benchmark
It is necessary to implement a comparison of the performance of NClient virtual controllers with native ones ASP.NET controllers when the execution context is the same, the execution tasks are the same, and the configurations are comparable.
It is worth noting that it will be necessary to test the client-server architecture, so BenchmarkDotNet is not suitable for this testing (https://github.com/dotnet/BenchmarkDotNet/issues/1296).
See: https://github.com/aspnet/Benchmarks/