Skip to content

Commit 12f3cc7

Browse files
committed
Added 28 core machine profiles and test scenarios.
1 parent ac38ca9 commit 12f3cc7

File tree

2 files changed

+268
-2
lines changed

2 files changed

+268
-2
lines changed

build/benchmarks_ci_cobalt.json

Lines changed: 244 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"sut": {
2020
"priority": 1,
2121
"profiles": [
22-
"cobalt-hosted-lin-server-app"
22+
"cobalt-hosted-lin-server-app",
23+
"cobalt-hosted-lin-server-28-app"
2324
]
2425
}
2526
},
@@ -56,7 +57,8 @@
5657
"sut": {
5758
"priority": 1,
5859
"profiles": [
59-
"cobalt-hosted-lin-server-azure-linux3-app"
60+
"cobalt-hosted-lin-server-azure-linux3-app",
61+
"cobalt-hosted-lin-server-azure-linux3-28-app"
6062
]
6163
}
6264
},
@@ -99,6 +101,24 @@
99101
],
100102
"estimated_runtime": 30.0
101103
},
104+
{
105+
"name": "Baselines 28 Core",
106+
"template": "baselines-scenarios.yml",
107+
"type": 2,
108+
"target_machines": [
109+
"cobalt-hosted-lin-server",
110+
"cobalt-hosted-lin-server-azure-linux3"
111+
],
112+
"estimated_runtime": 30.0,
113+
"profile_overrides": {
114+
"cobalt-hosted-lin-server": {
115+
"sut": "cobalt-hosted-lin-server-28-app"
116+
},
117+
"cobalt-hosted-lin-server-azure-linux3": {
118+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
119+
}
120+
}
121+
},
102122
{
103123
"name": "Baselines Database",
104124
"template": "baselines-database-scenarios.yml",
@@ -109,6 +129,24 @@
109129
],
110130
"estimated_runtime": 45.0
111131
},
132+
{
133+
"name": "Baselines Database 28 Core",
134+
"template": "baselines-database-scenarios.yml",
135+
"type": 3,
136+
"target_machines": [
137+
"cobalt-hosted-lin-server",
138+
"cobalt-hosted-lin-server-azure-linux3"
139+
],
140+
"estimated_runtime": 45.0,
141+
"profile_overrides": {
142+
"cobalt-hosted-lin-server": {
143+
"sut": "cobalt-hosted-lin-server-28-app"
144+
},
145+
"cobalt-hosted-lin-server-azure-linux3": {
146+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
147+
}
148+
}
149+
},
112150
{
113151
"name": "Containers",
114152
"template": "containers-scenarios.yml",
@@ -119,6 +157,118 @@
119157
],
120158
"estimated_runtime": 90.0
121159
},
160+
{
161+
"name": "Crossgen",
162+
"template": "crossgen2-scenarios.yml",
163+
"type": 2,
164+
"target_machines": [
165+
"cobalt-hosted-lin-server",
166+
"cobalt-hosted-lin-server-azure-linux3"
167+
],
168+
"estimated_runtime": 5.0
169+
},
170+
{
171+
"name": "Crossgen 28 Core",
172+
"template": "crossgen2-scenarios.yml",
173+
"type": 2,
174+
"target_machines": [
175+
"cobalt-hosted-lin-server",
176+
"cobalt-hosted-lin-server-azure-linux3"
177+
],
178+
"estimated_runtime": 5.0,
179+
"profile_overrides": {
180+
"cobalt-hosted-lin-server": {
181+
"sut": "cobalt-hosted-lin-server-28-app"
182+
},
183+
"cobalt-hosted-lin-server-azure-linux3": {
184+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
185+
}
186+
}
187+
},
188+
{
189+
"name": "Frameworks",
190+
"template": "frameworks-scenarios.yml",
191+
"type": 3,
192+
"target_machines": [
193+
"cobalt-hosted-lin-server",
194+
"cobalt-hosted-lin-server-azure-linux3"
195+
],
196+
"estimated_runtime": 15.0
197+
},
198+
{
199+
"name": "Frameworks 28 Core",
200+
"template": "frameworks-scenarios.yml",
201+
"type": 3,
202+
"target_machines": [
203+
"cobalt-hosted-lin-server",
204+
"cobalt-hosted-lin-server-azure-linux3"
205+
],
206+
"estimated_runtime": 15.0,
207+
"profile_overrides": {
208+
"cobalt-hosted-lin-server": {
209+
"sut": "cobalt-hosted-lin-server-28-app"
210+
},
211+
"cobalt-hosted-lin-server-azure-linux3": {
212+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
213+
}
214+
}
215+
},
216+
{
217+
"name": "Frameworks Database",
218+
"template": "frameworks-database-scenarios.yml",
219+
"type": 3,
220+
"target_machines": [
221+
"cobalt-hosted-lin-server",
222+
"cobalt-hosted-lin-server-azure-linux3"
223+
],
224+
"estimated_runtime": 20.0
225+
},
226+
{
227+
"name": "Frameworks Database 28 Core",
228+
"template": "frameworks-database-scenarios.yml",
229+
"type": 3,
230+
"target_machines": [
231+
"cobalt-hosted-lin-server",
232+
"cobalt-hosted-lin-server-azure-linux3"
233+
],
234+
"estimated_runtime": 20.0,
235+
"profile_overrides": {
236+
"cobalt-hosted-lin-server": {
237+
"sut": "cobalt-hosted-lin-server-28-app"
238+
},
239+
"cobalt-hosted-lin-server-azure-linux3": {
240+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
241+
}
242+
}
243+
},
244+
{
245+
"name": "GC",
246+
"template": "gc-scenarios.yml",
247+
"type": 1,
248+
"target_machines": [
249+
"cobalt-hosted-lin-server",
250+
"cobalt-hosted-lin-server-azure-linux3"
251+
],
252+
"estimated_runtime": 15.0
253+
},
254+
{
255+
"name": "GC 28 Core",
256+
"template": "gc-scenarios.yml",
257+
"type": 1,
258+
"target_machines": [
259+
"cobalt-hosted-lin-server",
260+
"cobalt-hosted-lin-server-azure-linux3"
261+
],
262+
"estimated_runtime": 15.0,
263+
"profile_overrides": {
264+
"cobalt-hosted-lin-server": {
265+
"sut": "cobalt-hosted-lin-server-28-app"
266+
},
267+
"cobalt-hosted-lin-server-azure-linux3": {
268+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
269+
}
270+
}
271+
},
122272
{
123273
"name": "MVC",
124274
"template": "mvc-scenarios.yml",
@@ -129,6 +279,62 @@
129279
],
130280
"estimated_runtime": 20.0
131281
},
282+
{
283+
"name": "NativeAOT",
284+
"template": "nativeaot-scenarios.yml",
285+
"type": 3,
286+
"target_machines": [
287+
"cobalt-hosted-lin-server",
288+
"cobalt-hosted-lin-server-azure-linux3"
289+
],
290+
"estimated_runtime": 20.0
291+
},
292+
{
293+
"name": "NativeAOT 28 Core",
294+
"template": "nativeaot-scenarios.yml",
295+
"type": 3,
296+
"target_machines": [
297+
"cobalt-hosted-lin-server",
298+
"cobalt-hosted-lin-server-azure-linux3"
299+
],
300+
"estimated_runtime": 20.0,
301+
"profile_overrides": {
302+
"cobalt-hosted-lin-server": {
303+
"sut": "cobalt-hosted-lin-server-28-app"
304+
},
305+
"cobalt-hosted-lin-server-azure-linux3": {
306+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
307+
}
308+
}
309+
},
310+
{
311+
"name": "PGO",
312+
"template": "pgo-scenarios.yml",
313+
"type": 3,
314+
"target_machines": [
315+
"cobalt-hosted-lin-server",
316+
"cobalt-hosted-lin-server-azure-linux3"
317+
],
318+
"estimated_runtime": 90.0
319+
},
320+
{
321+
"name": "PGO 28 Core",
322+
"template": "pgo-scenarios.yml",
323+
"type": 3,
324+
"target_machines": [
325+
"cobalt-hosted-lin-server",
326+
"cobalt-hosted-lin-server-azure-linux3"
327+
],
328+
"estimated_runtime": 90.0,
329+
"profile_overrides": {
330+
"cobalt-hosted-lin-server": {
331+
"sut": "cobalt-hosted-lin-server-28-app"
332+
},
333+
"cobalt-hosted-lin-server-azure-linux3": {
334+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
335+
}
336+
}
337+
},
132338
{
133339
"name": "Trends",
134340
"template": "trend-scenarios.yml",
@@ -139,6 +345,24 @@
139345
],
140346
"estimated_runtime": 20.0
141347
},
348+
{
349+
"name": "Trends 28 Core",
350+
"template": "trend-scenarios.yml",
351+
"type": 2,
352+
"target_machines": [
353+
"cobalt-hosted-lin-server",
354+
"cobalt-hosted-lin-server-azure-linux3"
355+
],
356+
"estimated_runtime": 20.0,
357+
"profile_overrides": {
358+
"cobalt-hosted-lin-server": {
359+
"sut": "cobalt-hosted-lin-server-28-app"
360+
},
361+
"cobalt-hosted-lin-server-azure-linux3": {
362+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
363+
}
364+
}
365+
},
142366
{
143367
"name": "Trends Database",
144368
"template": "trend-database-scenarios.yml",
@@ -148,6 +372,24 @@
148372
"cobalt-hosted-lin-server-azure-linux3"
149373
],
150374
"estimated_runtime": 15.0
375+
},
376+
{
377+
"name": "Trends Database 28 Core",
378+
"template": "trend-database-scenarios.yml",
379+
"type": 3,
380+
"target_machines": [
381+
"cobalt-hosted-lin-server",
382+
"cobalt-hosted-lin-server-azure-linux3"
383+
],
384+
"estimated_runtime": 15.0,
385+
"profile_overrides": {
386+
"cobalt-hosted-lin-server": {
387+
"sut": "cobalt-hosted-lin-server-28-app"
388+
},
389+
"cobalt-hosted-lin-server-azure-linux3": {
390+
"sut": "cobalt-hosted-lin-server-azure-linux3-28-app"
391+
}
392+
}
151393
}
152394
]
153395
}

build/ci.profile.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,18 @@ profiles:
431431
aliases:
432432
- main
433433

434+
cobalt-hosted-lin-server-28-app:
435+
variables:
436+
serverAddress: 10.57.32.73
437+
cores: 28
438+
agents:
439+
application:
440+
cpuSet: 0-27
441+
endpoints:
442+
- http://10.57.32.73:5001
443+
aliases:
444+
- main
445+
434446
cobalt-hosted-lin-client-load:
435447
variables:
436448
secondaryAddress: 10.57.32.72
@@ -465,6 +477,18 @@ profiles:
465477
aliases:
466478
- main
467479

480+
cobalt-hosted-lin-server-azure-linux3-28-app:
481+
variables:
482+
serverAddress: 10.57.32.95
483+
cores: 28
484+
agents:
485+
application:
486+
cpuSet: 0-27
487+
endpoints:
488+
- http://10.57.32.95:5001
489+
aliases:
490+
- main
491+
468492
cobalt-hosted-lin-client-azure-linux3-load:
469493
variables:
470494
secondaryAddress: 10.57.32.96

0 commit comments

Comments
 (0)