File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/BenchmarksApps/TLS/Kestrel Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
77 - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
88 - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
9+ - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk2/wrk2.yml
910 - https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
1011
1112variables :
@@ -83,7 +84,7 @@ scenarios:
8384 variables :
8485 httpSysUrlPrefix : " https://testserver:{{serverPort}}"
8586 load :
86- job : wrk
87+ job : wrk2
8788 variables :
8889 path : /hello-world
8990 connections : 32
@@ -122,7 +123,7 @@ scenarios:
122123 variables :
123124 enableHostHeaderValidation : true
124125 load :
125- job : wrk
126+ job : wrk2
126127 variables :
127128 path : /hello-world
128129 connections : 32
Original file line number Diff line number Diff line change 5252
5353 Console . WriteLine ( "Configured HostFilteringOptions. Hosts: " + string . Join ( ';' , allowedHosts ) ) ;
5454 options . AllowedHosts = allowedHosts . ToArray ( ) ;
55- options . IncludeFailureMessage = true ; // Suppress the failure message in response body
55+ options . IncludeFailureMessage = true ; // Suppresses the failure message in response body. It should be `true` to match http.sys behavior.
5656 options . AllowEmptyHosts = true ;
5757 } ) ;
5858}
You can’t perform that action at this time.
0 commit comments