From 28d231bb0d8e7d26d9db5336a6dad0d94fe99d5f Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 27 May 2021 15:24:51 -1000 Subject: [PATCH 1/3] Update load-tests.md --- aspnetcore/test/load-tests.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aspnetcore/test/load-tests.md b/aspnetcore/test/load-tests.md index 2d5f282469ea..889a32423ce9 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 or development mode. [Release configurations](/visualstudio/debugger/how-to-set-debug-and-release-configurations) are fully optimized with minimal logging. Debug configuration is not optimized and has logging that can impact performance. From 64e4a710f1c121aa75ab8d292fe7660cfab4da2f Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Sat, 29 May 2021 01:00:52 +1000 Subject: [PATCH 2/3] Update aspnetcore/test/load-tests.md --- aspnetcore/test/load-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/test/load-tests.md b/aspnetcore/test/load-tests.md index 889a32423ce9..176a197ca4c4 100644 --- a/aspnetcore/test/load-tests.md +++ b/aspnetcore/test/load-tests.md @@ -36,4 +36,4 @@ The following list contains third-party web performance tools with various featu ## 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 or development mode. [Release configurations](/visualstudio/debugger/how-to-set-debug-and-release-configurations) are fully optimized with minimal logging. Debug configuration is not optimized and has logging that can impact performance. +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. From 784a023e7336080adb2bda28b715c8e85208137a Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 30 Jul 2021 06:27:04 -0700 Subject: [PATCH 3/3] Update aspnetcore/test/load-tests.md --- aspnetcore/test/load-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/test/load-tests.md b/aspnetcore/test/load-tests.md index 176a197ca4c4..22ee5e9bb9db 100644 --- a/aspnetcore/test/load-tests.md +++ b/aspnetcore/test/load-tests.md @@ -36,4 +36,4 @@ The following list contains third-party web performance tools with various featu ## 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. +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.