File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 55imports :
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
8+ - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
89 - https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
910
1011variables :
@@ -82,7 +83,7 @@ scenarios:
8283 variables :
8384 httpSysUrlPrefix : " https://testserver:{{serverPort}}"
8485 load :
85- job : httpclient
86+ job : wrk
8687 variables :
8788 path : /hello-world
8889 connections : 32
@@ -121,7 +122,7 @@ scenarios:
121122 variables :
122123 enableHostHeaderValidation : true
123124 load :
124- job : httpclient
125+ job : wrk
125126 variables :
126127 path : /hello-world
127128 connections : 32
Original file line number Diff line number Diff line change 77 },
88 "mTLS" : " false" ,
99 "httpSysLogs" : " true" ,
10- "tlsRenegotiation" : " true " ,
11- "certValidationConsoleEnabled" : " true " ,
10+ "tlsRenegotiation" : " false " ,
11+ "certValidationConsoleEnabled" : " false " ,
1212 "httpSysUrlPrefix" : " https://testserver:5000"
1313}
Original file line number Diff line number Diff line change 77 },
88 "mTLS" : " false" ,
99 "tlsRenegotiation" : " false" ,
10- "certValidationConsoleEnabled" : " false"
10+ "certValidationConsoleEnabled" : " false" ,
11+ "enableHostHeaderValidation" : " false"
1112}
You can’t perform that action at this time.
0 commit comments