NClient icon indicating copy to clipboard operation
NClient copied to clipboard

NClientController benchmark

Open smolchanovsky opened this issue 3 years ago • 0 comments

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/

smolchanovsky avatar Dec 13 '21 00:12 smolchanovsky