File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-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,11 +70,13 @@ scenarios:
69
70
application :
70
71
job : httpSysServer
71
72
load :
72
- job : wrk
73
+ job : pipelining
73
74
variables :
75
+ path : /hello-world
74
76
connections : 32
75
77
serverScheme : https
76
- script : https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TLS/scripts/invalid-header.lua?raw=true
78
+ customHeaders :
79
+ - " Invalid Header: value"
77
80
78
81
httpsys-hostheader-mismatch :
79
82
application :
@@ -106,11 +109,14 @@ scenarios:
106
109
application :
107
110
job : kestrelServer
108
111
load :
109
- job : wrk
112
+ job : pipelining
110
113
variables :
114
+ path : /hello-world
111
115
connections : 32
112
116
serverScheme : https
113
- script : https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TLS/scripts/invalid-header.lua?raw=true
117
+ customHeaders :
118
+ - " Invalid Header: value"
119
+
114
120
115
121
kestrel-hostheader-mismatch :
116
122
application :
You can’t perform that action at this time.
0 commit comments