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 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.PipeliningClient/pipelining.yml
89 - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
910 - https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
1011
@@ -69,13 +70,13 @@ scenarios:
6970 application :
7071 job : httpSysServer
7172 load :
72- job : httpclient
73+ job : pipelining
7374 variables :
7475 path : /hello-world
7576 connections : 32
7677 serverScheme : https
7778 customHeaders :
78- - " X-Custom: Québec "
79+ - " Invalid Header: value "
7980
8081 httpsys-hostheader-mismatch :
8182 application :
@@ -108,13 +109,14 @@ scenarios:
108109 application :
109110 job : kestrelServer
110111 load :
111- job : httpclient
112+ job : pipelining
112113 variables :
113114 path : /hello-world
114115 connections : 32
115116 serverScheme : https
116117 customHeaders :
117- - " X-Custom: Québec"
118+ - " Invalid Header: value"
119+
118120
119121 kestrel-hostheader-mismatch :
120122 application :
You can’t perform that action at this time.
0 commit comments