File tree Expand file tree Collapse file tree 1 file changed +39
-6
lines changed Expand file tree Collapse file tree 1 file changed +39
-6
lines changed Original file line number Diff line number Diff line change 1
1
imports :
2
2
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
3
- - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
4
3
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
5
4
6
5
variables :
@@ -49,27 +48,49 @@ scenarios:
49
48
application :
50
49
job : httpSysServer
51
50
load :
52
- job : httpclient
51
+ job : bombardier
53
52
variables :
54
53
path : /hello-world/%09
55
54
presetHeaders : connectionclose
56
55
connections : 32
57
56
serverScheme : https
58
- sslProtocol : tls12
57
+
58
+ httpsys-header-symbols :
59
+ application :
60
+ job : httpSysServer
61
+ load :
62
+ job : bombardier
63
+ variables :
64
+ path : /hello-world
65
+ connections : 32
66
+ serverScheme : https
67
+ customHeaders :
68
+ - X-Custom : " Québec"
69
+
70
+ httpsys-hostheader-mismatch :
71
+ application :
72
+ job : httpSysServer
73
+ load :
74
+ job : bombardier
75
+ variables :
76
+ path : /hello-world
77
+ connections : 32
78
+ serverScheme : https
79
+ customHeaders :
80
+ - Host : " google.com"
59
81
60
82
# Kestrel
61
83
62
84
kestrel-encoded-url :
63
85
application :
64
86
job : kestrelServer
65
87
load :
66
- job : httpclient
88
+ job : bombardier
67
89
variables :
68
90
path : /hello-world/%09
69
91
presetHeaders : connectionclose
70
92
connections : 32
71
93
serverScheme : https
72
- sslProtocol : tls12
73
94
74
95
kestrel-header-symbols :
75
96
application :
@@ -81,4 +102,16 @@ scenarios:
81
102
connections : 32
82
103
serverScheme : https
83
104
customHeaders :
84
- - X-Custom : " Québec"
105
+ - X-Custom : " Québec"
106
+
107
+ kestrel-hostheader-mismatch :
108
+ application :
109
+ job : kestrelServer
110
+ load :
111
+ job : bombardier
112
+ variables :
113
+ path : /hello-world
114
+ connections : 32
115
+ serverScheme : https
116
+ customHeaders :
117
+ - Host : " google.com"
You can’t perform that action at this time.
0 commit comments