Skip to content

Commit 302fb36

Browse files
authored
fix: setup invalid header for kestrel & http.sys (#2092)
1 parent 3e7fb8f commit 302fb36

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
imports:
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:

0 commit comments

Comments
 (0)