I was wondering if there are any tools worth of trying to test dotnet core WebAPI performance during high load.
In the past I used jMeter of Apache, but configuring that alongside with TeamCity and dotnet core builds is a bit of pain.
I am looking for something that could deliver statistics, so automated run of tests can give me information if recent changes have or haven't decreased performance etc.
I also did a quick google, VisualStudio has something on board, but first of all it requires Enterprise edition of software, and I am not convinced if that tool is good enough.
Thank you