File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
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.PipeliningClient/pipelining.yml
8
9
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
9
10
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
10
11
@@ -69,13 +70,13 @@ scenarios:
69
70
application :
70
71
job : httpSysServer
71
72
load :
72
- job : httpclient
73
+ job : pipelining
73
74
variables :
74
75
path : /hello-world
75
76
connections : 32
76
77
serverScheme : https
77
78
customHeaders :
78
- - " X-Custom: Québec "
79
+ - " Invalid Header: value "
79
80
80
81
httpsys-hostheader-mismatch :
81
82
application :
@@ -108,13 +109,14 @@ scenarios:
108
109
application :
109
110
job : kestrelServer
110
111
load :
111
- job : httpclient
112
+ job : pipelining
112
113
variables :
113
114
path : /hello-world
114
115
connections : 32
115
116
serverScheme : https
116
117
customHeaders :
117
- - " X-Custom: Québec"
118
+ - " Invalid Header: value"
119
+
118
120
119
121
kestrel-hostheader-mismatch :
120
122
application :
You can’t perform that action at this time.
0 commit comments