diff --git a/aspnetcore/test/load-tests.md b/aspnetcore/test/load-tests.md index 2d5f282469ea..22ee5e9bb9db 100644 --- a/aspnetcore/test/load-tests.md +++ b/aspnetcore/test/load-tests.md @@ -33,3 +33,7 @@ The following list contains third-party web performance tools with various featu * [Netling](https://github.com/hallatore/Netling) * [Vegeta](https://github.com/tsenart/vegeta) * [NBomber](https://github.com/PragmaticFlow/NBomber) + +## Load and stress test with release builds + +Load and stress tests should be done in release and [production](xref:fundamentals/environments) mode and not in debug and development mode. [Release configurations](/visualstudio/debugger/how-to-set-debug-and-release-configurations) are fully optimized with minimal logging. Debug configuration is not optimized. [Development](xref:fundamentals/environments) mode enables more information logging that can impact performance.