diff --git a/scenarios/rejection.benchmarks.yml b/scenarios/rejection.benchmarks.yml index 7aee3abd8..e2abc5ec4 100644 --- a/scenarios/rejection.benchmarks.yml +++ b/scenarios/rejection.benchmarks.yml @@ -5,6 +5,7 @@ imports: - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml + - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.PipeliningClient/pipelining.yml - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml - https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true @@ -69,13 +70,13 @@ scenarios: application: job: httpSysServer load: - job: httpclient + job: pipelining variables: path: /hello-world connections: 32 serverScheme: https customHeaders: - - "X-Custom: Québec" + - "Invalid Header: value" httpsys-hostheader-mismatch: application: @@ -108,13 +109,14 @@ scenarios: application: job: kestrelServer load: - job: httpclient + job: pipelining variables: path: /hello-world connections: 32 serverScheme: https customHeaders: - - "X-Custom: Québec" + - "Invalid Header: value" + kestrel-hostheader-mismatch: application: