58
58
connection : ASPNET Benchmarks Service Bus
59
59
serviceBusQueueName : citrine2
60
60
serviceBusNamespace : aspnetbenchmarks
61
- arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-load2 -db "
61
+ arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-db -db "
62
62
63
63
- job : Grpc_Gold_Win
64
64
displayName : 1- Grpc Gold Win
86
86
connection : ASPNET Benchmarks Service Bus
87
87
serviceBusQueueName : mono
88
88
serviceBusNamespace : aspnetbenchmarks
89
- arguments : " $(ciProfile) --profile intel-win-app --profile intel-db -load "
89
+ arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2 -load "
90
90
91
91
# GROUP 2
92
92
@@ -116,7 +116,7 @@ jobs:
116
116
connection : ASPNET Benchmarks Service Bus
117
117
serviceBusQueueName : citrine2
118
118
serviceBusNamespace : aspnetbenchmarks
119
- arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load --profile intel-load -db "
119
+ arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load --profile intel-db -db "
120
120
121
121
- job : Grpc_Gold_Lin
122
122
displayName : 2- Grpc Gold Lin
@@ -144,7 +144,7 @@ jobs:
144
144
connection : ASPNET Benchmarks Service Bus
145
145
serviceBusQueueName : mono
146
146
serviceBusNamespace : aspnetbenchmarks
147
- arguments : " $(ciProfile) --profile intel-lin-app --profile intel-db -load "
147
+ arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load -load "
148
148
149
149
# GROUP 3
150
150
@@ -190,27 +190,27 @@ jobs:
190
190
serviceBusNamespace : aspnetbenchmarks
191
191
arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load "
192
192
193
- - job : MVC_Intel_Win
194
- displayName : 3- MVC Intel Win
193
+ - job : SignalR_Intel_Win
194
+ displayName : 3- SignalR Intel Win
195
195
pool : server
196
196
timeoutInMinutes : 120
197
197
dependsOn : [PGO_Gold_Win, PGO_Intel_Win, Grpc_Gold_Lin, Grpc_Intel_Lin]
198
198
condition : succeededOrFailed()
199
199
steps :
200
- - template : mvc -scenarios.yml
200
+ - template : signalr -scenarios.yml
201
201
parameters :
202
202
connection : ASPNET Benchmarks Service Bus
203
203
serviceBusQueueName : mono
204
204
serviceBusNamespace : aspnetbenchmarks
205
- arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load --profile intel-db-db "
205
+ arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load "
206
206
207
207
# GROUP 4
208
208
209
209
- job : Baselines_Gold_Lin
210
210
displayName : 4- Baselines Gold Lin
211
211
pool : server
212
212
timeoutInMinutes : 120
213
- dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, MVC_Intel_Win ]
213
+ dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win ]
214
214
condition : succeededOrFailed()
215
215
steps :
216
216
- template : baselines-scenarios.yml
@@ -224,7 +224,7 @@ jobs:
224
224
displayName : 4- Baselines Intel Lin
225
225
pool : server
226
226
timeoutInMinutes : 120
227
- dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, MVC_Intel_Win ]
227
+ dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win ]
228
228
condition : succeededOrFailed()
229
229
steps :
230
230
- template : baselines-scenarios.yml
@@ -238,7 +238,7 @@ jobs:
238
238
displayName : 4- Frameworks Database Amd Lin2
239
239
pool : server
240
240
timeoutInMinutes : 120
241
- dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, MVC_Intel_Win ]
241
+ dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win ]
242
242
condition : succeededOrFailed()
243
243
steps :
244
244
- template : frameworks-database-scenarios.yml
@@ -248,27 +248,27 @@ jobs:
248
248
serviceBusNamespace : aspnetbenchmarks
249
249
arguments : " $(ciProfile) --profile amd-lin2-app --profile gold-load2-load --profile gold-db-db "
250
250
251
- - job : Trends_Intel_Win
252
- displayName : 4- Trends Intel Win
251
+ - job : NativeAOT_Intel_Win
252
+ displayName : 4- NativeAOT Intel Win
253
253
pool : server
254
254
timeoutInMinutes : 120
255
- dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, MVC_Intel_Win ]
255
+ dependsOn : [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win ]
256
256
condition : succeededOrFailed()
257
257
steps :
258
- - template : trend -scenarios.yml
258
+ - template : nativeaot -scenarios.yml
259
259
parameters :
260
260
connection : ASPNET Benchmarks Service Bus
261
261
serviceBusQueueName : mono
262
262
serviceBusNamespace : aspnetbenchmarks
263
- arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load "
263
+ arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load --profile intel-db-db "
264
264
265
265
# GROUP 5
266
266
267
267
- job : SignalR_Gold_Lin
268
268
displayName : 5- SignalR Gold Lin
269
269
pool : server
270
270
timeoutInMinutes : 120
271
- dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, Trends_Intel_Win ]
271
+ dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, NativeAOT_Intel_Win ]
272
272
condition : succeededOrFailed()
273
273
steps :
274
274
- template : signalr-scenarios.yml
@@ -282,7 +282,7 @@ jobs:
282
282
displayName : 5- SignalR Intel Lin
283
283
pool : server
284
284
timeoutInMinutes : 120
285
- dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, Trends_Intel_Win ]
285
+ dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, NativeAOT_Intel_Win ]
286
286
condition : succeededOrFailed()
287
287
steps :
288
288
- template : signalr-scenarios.yml
@@ -296,7 +296,7 @@ jobs:
296
296
displayName : 5- MVC Gold Win
297
297
pool : server
298
298
timeoutInMinutes : 120
299
- dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, Trends_Intel_Win ]
299
+ dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, NativeAOT_Intel_Win ]
300
300
condition : succeededOrFailed()
301
301
steps :
302
302
- template : mvc-scenarios.yml
@@ -306,14 +306,14 @@ jobs:
306
306
serviceBusNamespace : aspnetbenchmarks
307
307
arguments : " $(ciProfile) --profile gold-win-app --profile gold-load2-load --profile gold-db-db "
308
308
309
- - job : EF_Core_Intel_Win
310
- displayName : 5- EF Core Intel Win
309
+ - job : Trends_Intel_Win
310
+ displayName : 5- Trends Intel Win
311
311
pool : server
312
312
timeoutInMinutes : 120
313
- dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, Trends_Intel_Win ]
313
+ dependsOn : [Baselines_Gold_Lin, Baselines_Intel_Lin, Frameworks_Database_Amd_Lin2, NativeAOT_Intel_Win ]
314
314
condition : succeededOrFailed()
315
315
steps :
316
- - template : efcore -scenarios.yml
316
+ - template : trend -scenarios.yml
317
317
parameters :
318
318
connection : ASPNET Benchmarks Service Bus
319
319
serviceBusQueueName : mono
@@ -326,7 +326,7 @@ jobs:
326
326
displayName : 6- NativeAOT Gold Lin
327
327
pool : server
328
328
timeoutInMinutes : 120
329
- dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, EF_Core_Intel_Win ]
329
+ dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, Trends_Intel_Win ]
330
330
condition : succeededOrFailed()
331
331
steps :
332
332
- template : nativeaot-scenarios.yml
@@ -340,21 +340,21 @@ jobs:
340
340
displayName : 6- NativeAOT Intel Lin
341
341
pool : server
342
342
timeoutInMinutes : 120
343
- dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, EF_Core_Intel_Win ]
343
+ dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, Trends_Intel_Win ]
344
344
condition : succeededOrFailed()
345
345
steps :
346
346
- template : nativeaot-scenarios.yml
347
347
parameters :
348
348
connection : ASPNET Benchmarks Service Bus
349
349
serviceBusQueueName : citrine2
350
350
serviceBusNamespace : aspnetbenchmarks
351
- arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-load2 -db "
351
+ arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-db -db "
352
352
353
353
- job : EF_Core_Gold_Win
354
354
displayName : 6- EF Core Gold Win
355
355
pool : server
356
356
timeoutInMinutes : 120
357
- dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, EF_Core_Intel_Win ]
357
+ dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, Trends_Intel_Win ]
358
358
condition : succeededOrFailed()
359
359
steps :
360
360
- template : efcore-scenarios.yml
@@ -364,27 +364,27 @@ jobs:
364
364
serviceBusNamespace : aspnetbenchmarks
365
365
arguments : " $(ciProfile) --profile gold-win-app --profile gold-load2-load "
366
366
367
- - job : Single_File_Intel_Win
368
- displayName : 6- Single File Intel Win
367
+ - job : GC_Intel_Win
368
+ displayName : 6- GC Intel Win
369
369
pool : server
370
370
timeoutInMinutes : 120
371
- dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, EF_Core_Intel_Win ]
371
+ dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, MVC_Gold_Win, Trends_Intel_Win ]
372
372
condition : succeededOrFailed()
373
373
steps :
374
- - template : singlefile -scenarios.yml
374
+ - template : gc -scenarios.yml
375
375
parameters :
376
376
connection : ASPNET Benchmarks Service Bus
377
377
serviceBusQueueName : mono
378
378
serviceBusNamespace : aspnetbenchmarks
379
- arguments : " $(ciProfile) --profile intel-win-app --profile intel-db-load "
379
+ arguments : " $(ciProfile) --profile intel-win-app "
380
380
381
381
# GROUP 7
382
382
383
383
- job : Frameworks_Gold_Lin
384
384
displayName : 7- Frameworks Gold Lin
385
385
pool : server
386
386
timeoutInMinutes : 120
387
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, Single_File_Intel_Win ]
387
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, GC_Intel_Win ]
388
388
condition : succeededOrFailed()
389
389
steps :
390
390
- template : frameworks-scenarios.yml
@@ -398,21 +398,21 @@ jobs:
398
398
displayName : 7- Frameworks Intel Lin
399
399
pool : server
400
400
timeoutInMinutes : 120
401
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, Single_File_Intel_Win ]
401
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, GC_Intel_Win ]
402
402
condition : succeededOrFailed()
403
403
steps :
404
404
- template : frameworks-scenarios.yml
405
405
parameters :
406
406
connection : ASPNET Benchmarks Service Bus
407
407
serviceBusQueueName : citrine2
408
408
serviceBusNamespace : aspnetbenchmarks
409
- arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-load2 -db "
409
+ arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-db -db "
410
410
411
411
- job : Single_File_Gold_Win
412
412
displayName : 7- Single File Gold Win
413
413
pool : server
414
414
timeoutInMinutes : 120
415
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, Single_File_Intel_Win ]
415
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, GC_Intel_Win ]
416
416
condition : succeededOrFailed()
417
417
steps :
418
418
- template : singlefile-scenarios.yml
@@ -422,27 +422,27 @@ jobs:
422
422
serviceBusNamespace : aspnetbenchmarks
423
423
arguments : " $(ciProfile) --profile gold-win-app --profile gold-load2-load "
424
424
425
- - job : WebSockets_Intel_Win
426
- displayName : 7- WebSockets Intel Win
425
+ - job : Single_File_Intel_Win
426
+ displayName : 7- Single File Intel Win
427
427
pool : server
428
428
timeoutInMinutes : 120
429
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, Single_File_Intel_Win ]
429
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, EF_Core_Gold_Win, GC_Intel_Win ]
430
430
condition : succeededOrFailed()
431
431
steps :
432
- - template : websocket -scenarios.yml
432
+ - template : singlefile -scenarios.yml
433
433
parameters :
434
434
connection : ASPNET Benchmarks Service Bus
435
435
serviceBusQueueName : mono
436
436
serviceBusNamespace : aspnetbenchmarks
437
- arguments : " $(ciProfile) --profile intel-win-app --profile intel-db -load "
437
+ arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2 -load "
438
438
439
439
# GROUP 8
440
440
441
441
- job : Trends_Database_Gold_Lin
442
442
displayName : 8- Trends Database Gold Lin
443
443
pool : server
444
444
timeoutInMinutes : 120
445
- dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, WebSockets_Intel_Win ]
445
+ dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win ]
446
446
condition : succeededOrFailed()
447
447
steps :
448
448
- template : trend-database-scenarios.yml
@@ -456,51 +456,51 @@ jobs:
456
456
displayName : 8- Trends Database Intel Lin
457
457
pool : server
458
458
timeoutInMinutes : 120
459
- dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, WebSockets_Intel_Win ]
459
+ dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win ]
460
460
condition : succeededOrFailed()
461
461
steps :
462
462
- template : trend-database-scenarios.yml
463
463
parameters :
464
464
connection : ASPNET Benchmarks Service Bus
465
465
serviceBusQueueName : citrine2
466
466
serviceBusNamespace : aspnetbenchmarks
467
- arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-load2 -db "
467
+ arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-db -db "
468
468
469
- - job : Crossgen_Gold_Win
470
- displayName : 8- Crossgen Gold Win
469
+ - job : WebSockets_Intel_Win
470
+ displayName : 8- WebSockets Intel Win
471
471
pool : server
472
472
timeoutInMinutes : 120
473
- dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, WebSockets_Intel_Win ]
473
+ dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win ]
474
474
condition : succeededOrFailed()
475
475
steps :
476
- - template : crossgen2 -scenarios.yml
476
+ - template : websocket -scenarios.yml
477
477
parameters :
478
478
connection : ASPNET Benchmarks Service Bus
479
479
serviceBusQueueName : citrine3
480
480
serviceBusNamespace : aspnetbenchmarks
481
- arguments : " $(ciProfile) --profile gold -win-app --profile gold -load2-load "
481
+ arguments : " $(ciProfile) --profile intel -win-app --profile intel -load2-load "
482
482
483
- - job : Crossgen_Intel_Win
484
- displayName : 8- Crossgen Intel Win
483
+ - job : Crossgen_Gold_Win
484
+ displayName : 8- Crossgen Gold Win
485
485
pool : server
486
486
timeoutInMinutes : 120
487
- dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, WebSockets_Intel_Win ]
487
+ dependsOn : [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win ]
488
488
condition : succeededOrFailed()
489
489
steps :
490
490
- template : crossgen2-scenarios.yml
491
491
parameters :
492
492
connection : ASPNET Benchmarks Service Bus
493
493
serviceBusQueueName : mono
494
494
serviceBusNamespace : aspnetbenchmarks
495
- arguments : " $(ciProfile) --profile intel -win-app --profile intel-db -load "
495
+ arguments : " $(ciProfile) --profile gold -win-app --profile gold-load2 -load "
496
496
497
497
# GROUP 9
498
498
499
499
- job : Trends_Database_Amd_Lin2
500
500
displayName : 9- Trends Database Amd Lin2
501
501
pool : server
502
502
timeoutInMinutes : 120
503
- dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, Crossgen_Gold_Win, Crossgen_Intel_Win ]
503
+ dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Intel_Win, Crossgen_Gold_Win ]
504
504
condition : succeededOrFailed()
505
505
steps :
506
506
- template : trend-database-scenarios.yml
@@ -514,7 +514,7 @@ jobs:
514
514
displayName : 9- WebSockets Gold Lin
515
515
pool : server
516
516
timeoutInMinutes : 120
517
- dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, Crossgen_Gold_Win, Crossgen_Intel_Win ]
517
+ dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Intel_Win, Crossgen_Gold_Win ]
518
518
condition : succeededOrFailed()
519
519
steps :
520
520
- template : websocket-scenarios.yml
@@ -528,7 +528,7 @@ jobs:
528
528
displayName : 9- WebSockets Intel Lin
529
529
pool : server
530
530
timeoutInMinutes : 120
531
- dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, Crossgen_Gold_Win, Crossgen_Intel_Win ]
531
+ dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Intel_Win, Crossgen_Gold_Win ]
532
532
condition : succeededOrFailed()
533
533
steps :
534
534
- template : websocket-scenarios.yml
@@ -542,7 +542,7 @@ jobs:
542
542
displayName : 9- Build Gold Win
543
543
pool : server
544
544
timeoutInMinutes : 120
545
- dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, Crossgen_Gold_Win, Crossgen_Intel_Win ]
545
+ dependsOn : [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Intel_Win, Crossgen_Gold_Win ]
546
546
condition : succeededOrFailed()
547
547
steps :
548
548
- template : build-perf-scenarios.yml
@@ -580,5 +580,5 @@ jobs:
580
580
connection : ASPNET Benchmarks Service Bus
581
581
serviceBusQueueName : citrine2
582
582
serviceBusNamespace : aspnetbenchmarks
583
- arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-load2 -db "
583
+ arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-db -db "
584
584
0 commit comments