Try NBomber
Try Performance Testing with NBomber
To launch the API, navigate to src/WeatherAPI
& use PowerShell / Bash to run following command
dotnet run -c Release
To run Performance Tests
, open another instance of PowerShell / Bash & run, navigate to tests/WeatherAPI.LoadTests
following command
dotnet run -c Release
Reports will be generated at tests/WeatherAPI.LoadTests/reports
Open the HTML file, for report with visualizations
WIP