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 5
5
imports :
6
6
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
7
7
- 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
8
9
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
9
10
10
11
variables :
@@ -82,7 +83,7 @@ scenarios:
82
83
variables :
83
84
httpSysUrlPrefix : " https://testserver:{{serverPort}}"
84
85
load :
85
- job : httpclient
86
+ job : wrk
86
87
variables :
87
88
path : /hello-world
88
89
connections : 32
@@ -121,7 +122,7 @@ scenarios:
121
122
variables :
122
123
enableHostHeaderValidation : true
123
124
load :
124
- job : httpclient
125
+ job : wrk
125
126
variables :
126
127
path : /hello-world
127
128
connections : 32
Original file line number Diff line number Diff line change 7
7
},
8
8
"mTLS" : " false" ,
9
9
"httpSysLogs" : " true" ,
10
- "tlsRenegotiation" : " true " ,
11
- "certValidationConsoleEnabled" : " true " ,
10
+ "tlsRenegotiation" : " false " ,
11
+ "certValidationConsoleEnabled" : " false " ,
12
12
"httpSysUrlPrefix" : " https://testserver:5000"
13
13
}
Original file line number Diff line number Diff line change 7
7
},
8
8
"mTLS" : " false" ,
9
9
"tlsRenegotiation" : " false" ,
10
- "certValidationConsoleEnabled" : " false"
10
+ "certValidationConsoleEnabled" : " false" ,
11
+ "enableHostHeaderValidation" : " false"
11
12
}
You can’t perform that action at this time.
0 commit comments