Dotnet core web performance testing

I was wondering if there are any tools worth trying to test the performance of the dotnet Core Web server under high load.

I used jMeterto use Apache in the past , but a setup that along with TeamCity and dotnet builds hurts a bit.

I'm looking for something that could deliver statistics, so running tests automatically can give me information if recent changes have or do not reduce performance, etc.

I also quickly created Google, VisualStudio has something on board, but first of all it requires Enterprise edition software, and I'm not sure if this tool is good enough.

thank

+4
source share

Source: https://habr.com/ru/post/1686248/


All Articles