-
Notifications
You must be signed in to change notification settings - Fork 243
/
Copy pathproxy.benchmarks.yml
290 lines (267 loc) · 7.67 KB
/
proxy.benchmarks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
# The scenarios in this file accept the following arguments:
# --variable serverScheme= [http, https]
# --variable downstreamScheme= [http, https]
# --variable serverProtocol= [http, http2]
# --variable downstreamProtocol= [http, http2]
imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk2/wrk2.yml
- 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.H2Load/h2load.yml
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml
variables:
path: /
serverScheme: http # http, https
downstreamScheme: http # http, https
serverProtocol: http # http, http2
downstreamProtocol: http # http, http2
downstreamPort: 8081
jobs:
# override bombardier transport argument based on the serverProtocol variable
bombardier:
variables:
transport: '{% if serverProtocol == "http2" %}http2{% else %}fasthttp{% endif %}'
serverPort: 8080
h2LoadClient:
variables:
connections: '{{cores}}'
threads: '{{cores}}'
streams: 100
serverPort: 8080
httpClient: # Useful for manual debugging
variables:
numberOfHttpClients: '{{cores}}'
concurrencyPerHttpClient: 100
httpVersion: '{% if serverProtocol == "http2" %}2.0{% else %}1.1{% endif %}'
serverPort: 8080
scenario: 'get'
host: '{{serverAddress}}'
useHttps: '{{ serverScheme == "https" }}'
httpclientproxy:
source:
repository: https://github.com/aspnet/benchmarks.git
branchOrCommit: main
project: src/BenchmarksApps/HttpClient/Proxy/Proxy.csproj
readyStateText: Application started.
arguments: '--urls {{serverScheme}}://*:8080 --baseUri {{downstreamScheme}}://{{downstreamAddress}}:{{downstreamPort}}'
nginxproxy:
source:
Repository: https://github.com/aspnet/benchmarks.git
BranchOrCommit: main
DockerFile: docker/nginx/nginx.dockerfile
DockerImageName: nginx-reverseproxy
DockerContextDirectory: docker/nginx
environmentVariables:
DOWNSTREAM_SCHEME: '{{downstreamScheme}}'
DOWNSTREAM_ADDRESS: '{{downstreamAddress}}'
DOWNSTREAM_PORT: '{{downstreamPort}}'
WORKER_PROCESSES: '{{cores}}'
buildArguments:
- SERVER_SCHEME={{serverScheme}}
- SERVER_PROTOCOL={{serverProtocol}}
port: 8080
envoyproxy:
source:
Repository: https://github.com/aspnet/benchmarks.git
BranchOrCommit: main
DockerFile: docker/envoy/envoy.dockerfile
DockerImageName: envoy-reverseproxy
DockerContextDirectory: docker/envoy
readyStateText: starting workers
environmentVariables:
DOWNSTREAM_ADDRESS: '{{downstreamAddress}}'
DOWNSTREAM_PORT: '{{downstreamPort}}'
buildArguments:
- SERVER_SCHEME={{serverScheme}}
- SERVER_PROTOCOL={{serverProtocol}}
- DOWNSTREAM_SCHEME={{downstreamScheme}}
- DOWNSTREAM_PROTOCOL={{downstreamProtocol}}
port: 8080
haproxyproxy:
source:
Repository: https://github.com/aspnet/benchmarks.git
BranchOrCommit: main
DockerFile: docker/haproxy/haproxy.dockerfile
DockerImageName: haproxy-reverseproxy
DockerContextDirectory: docker/haproxy
environmentVariables:
DOWNSTREAM_ADDRESS: '{{downstreamAddress}}'
DOWNSTREAM_PORT: '{{downstreamPort}}'
port: 8080
downstream:
source:
repository: https://github.com/aspnet/benchmarks.git
branchOrCommit: main
project: src/Downstream/Downstream.csproj
readyStateText: Application started.
framework: net8.0
environmentVariables:
DOTNET_TieredPGO: 1
DOTNET_ReadyToRun: 0
DOTNET_TC_QuickJitForLoops: 1
variables:
downstreamArguments:
downstreamPort: 8081
arguments: '--urls {{downstreamScheme}}://*:{{downstreamPort}} --Kestrel:EndpointDefaults:Protocols {% if downstreamProtocol == "http2" %}http2{% else %}http1{% endif %} {{downstreamArguments}}'
yarp:
source:
repository: https://github.com/microsoft/reverse-proxy.git
branchOrCommit: main
project: testassets/BenchmarkApp/BenchmarkApp.csproj
readyStateText: Application started.
arguments: '--urls {{serverScheme}}://*:8080 --clusterUrls {{downstreamScheme}}://{{downstreamAddress}}:{{downstreamPort}}'
results:
- name: benchmarks/cpu/raw/90
measurement: benchmarks/cpu/raw
description: Cores Usage (90th %)
format: n0
aggregate: percentile90
reduce: max
scenarios:
proxy-httpclient:
downstream:
job: downstream
application:
job: httpclientproxy
load:
job: bombardier
proxy-httpclient-h2load:
downstream:
job: downstream
application:
job: httpclientproxy
load:
job: h2LoadClient
proxy-nginx:
downstream:
job: downstream
application:
job: nginxproxy
load:
job: bombardier
proxy-nginx-h2load:
downstream:
job: downstream
application:
job: nginxproxy
load:
job: h2LoadClient
proxy-haproxy:
downstream:
job: downstream
application:
job: haproxyproxy
load:
job: bombardier
proxy-envoy:
downstream:
job: downstream
application:
job: envoyproxy
load:
job: bombardier
proxy-envoy-h2load:
downstream:
job: downstream
application:
job: envoyproxy
load:
job: h2LoadClient
proxy-yarp:
downstream:
job: downstream
application:
job: yarp
load:
job: bombardier
proxy-yarp-h2load:
downstream:
job: downstream
application:
job: yarp
load:
job: h2LoadClient
profiles:
aspnet-perf-lin:
variables:
serverAddress: 10.0.0.102
downstreamAddress: 10.0.0.103
downstreamPort: 8081
cores: 12
jobs:
downstream:
endpoints:
- http://asp-perf-db:5001
application:
endpoints:
- http://asp-perf-lin:5001
load:
endpoints:
- http://asp-perf-load:5001
options:
displayOutput: true
aspnet-perf-win:
variables:
serverAddress: 10.0.0.110
downstreamAddress: 10.0.0.104
downstreamPort: 8081
cores: 12
jobs:
downstream:
endpoints:
- http://asp-perf-load:5001
application:
endpoints:
- http://asp-perf-win:5001
load:
endpoints:
- http://asp-perf-db:5001
options:
aspnet-citrine-lin:
variables:
serverAddress: 10.0.0.102
downstreamAddress: 10.0.0.103
downstreamPort: 8081
cores: 28
jobs:
downstream:
endpoints:
- http://asp-citrine-db:5001
application:
endpoints:
- http://asp-citrine-lin:5001
load:
endpoints:
- http://asp-citrine-load:5001
aspnet-citrine-win:
variables:
serverAddress: 10.0.0.104
downstreamAddress: 10.0.0.105
downstreamPort: 8081
cores: 28
jobs:
downstream:
endpoints:
- http://asp-citrine-load:5001
application:
endpoints:
- http://asp-citrine-win:5001
load:
endpoints:
- http://asp-citrine-db:5001
local:
variables:
serverAddress: localhost
serverPort: 8080
downstreamAddress: localhost
downstreamPort: 8081
jobs:
downstream:
endpoints:
- http://localhost:5010
application:
endpoints:
- http://localhost:5010
load:
endpoints:
- http://localhost:5010