72
72
projectFile : scenarios.proj
73
73
channels : # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
74
74
- main
75
+ - 9.0
75
76
- 8.0
76
77
77
78
# # MAUI scenario benchmarks
@@ -102,6 +103,7 @@ jobs:
102
103
projectFile : blazor_scenarios.proj
103
104
channels : # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
104
105
- main
106
+ - 9.0
105
107
- 8.0
106
108
107
109
# SDK scenario benchmarks
@@ -118,6 +120,7 @@ jobs:
118
120
projectFile : sdk_scenarios.proj
119
121
channels : # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
120
122
- main
123
+ - 9.0
121
124
- 8.0
122
125
123
126
# micro benchmarks
@@ -134,6 +137,7 @@ jobs:
134
137
runCategories : ' runtime libraries'
135
138
channels :
136
139
- main
140
+ - 9.0
137
141
- 8.0
138
142
139
143
# Ubuntux64 Default and NativeAOT micro benchmarks
@@ -151,6 +155,7 @@ jobs:
151
155
- main
152
156
- nativeaot9.0
153
157
- nativeaot8.0
158
+ - 9.0
154
159
- 8.0
155
160
156
161
# net462 micro benchmarks
@@ -181,6 +186,7 @@ jobs:
181
186
runCategories : ' mldotnet'
182
187
channels :
183
188
- main
189
+ - 9.0
184
190
- 8.0
185
191
186
192
# F# benchmarks
@@ -198,6 +204,7 @@ jobs:
198
204
runCategories : ' fsharp'
199
205
channels :
200
206
- main
207
+ - 9.0
201
208
- 8.0
202
209
203
210
- template : /eng/performance/build_machine_matrix.yml
@@ -213,6 +220,7 @@ jobs:
213
220
runCategories : ' FSharpMicro'
214
221
channels :
215
222
- main
223
+ - 9.0
216
224
- 8.0
217
225
218
226
# bepuphysics benchmarks
@@ -229,6 +237,7 @@ jobs:
229
237
runCategories : ' BepuPhysics'
230
238
channels :
231
239
- main
240
+ - 9.0
232
241
- 8.0
233
242
234
243
# ImageSharp benchmarks
@@ -245,6 +254,7 @@ jobs:
245
254
runCategories : ' ImageSharp'
246
255
channels :
247
256
- main
257
+ - 9.0
248
258
- 8.0
249
259
250
260
# Akade.IndexedSet benchmarks
@@ -261,6 +271,7 @@ jobs:
261
271
runCategories : ' AkadeIndexedSet'
262
272
channels :
263
273
- main
274
+ - 9.0
264
275
- 8.0
265
276
266
277
# Roslyn benchmarks
@@ -277,6 +288,7 @@ jobs:
277
288
runCategories : ' roslyn'
278
289
channels : # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
279
290
- main
291
+ - 9.0
280
292
- 8.0
281
293
282
294
# ILLink benchmarks
@@ -308,6 +320,7 @@ jobs:
308
320
projectFile : nativeaot_scenarios.proj
309
321
channels : # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
310
322
- main
323
+ - 9.0
311
324
- 8.0
312
325
313
326
# Powershell benchmarks
@@ -324,6 +337,7 @@ jobs:
324
337
runCategories : ' Public'
325
338
channels :
326
339
- main
340
+ - 9.0
327
341
- 8.0
328
342
329
343
# ##########################################
@@ -347,6 +361,7 @@ jobs:
347
361
projectFile : scenarios.proj
348
362
channels :
349
363
- main
364
+ - 9.0
350
365
- 8.0
351
366
352
367
# Affinitized Scenario benchmarks (Initially just PDN)
@@ -363,6 +378,7 @@ jobs:
363
378
projectFile : scenarios_affinitized.proj
364
379
channels :
365
380
- main
381
+ - 9.0
366
382
- 8.0
367
383
additionalJobIdentifier : ' Affinity_85'
368
384
affinity : ' 85' # (01010101) Enables alternating process threads to take hyperthreading into account
@@ -450,6 +466,7 @@ jobs:
450
466
projectFile : nativeaot_scenarios.proj
451
467
channels :
452
468
- main
469
+ - 9.0
453
470
- 8.0
454
471
455
472
# ###############################################
@@ -473,6 +490,7 @@ jobs:
473
490
projectFile : sdk_scenarios.proj
474
491
channels :
475
492
- main
493
+ - 9.0
476
494
- 8.0
477
495
478
496
# Blazor 3.2 scenario benchmarks
@@ -487,6 +505,7 @@ jobs:
487
505
projectFile : blazor_scenarios.proj
488
506
channels :
489
507
- main
508
+ - 9.0
490
509
- 8.0
491
510
492
511
# F# benchmarks
@@ -506,6 +525,7 @@ jobs:
506
525
runCategories : ' fsharp'
507
526
channels :
508
527
- main
528
+ - 9.0
509
529
- 8.0
510
530
511
531
- template : /eng/performance/build_machine_matrix.yml
@@ -523,6 +543,7 @@ jobs:
523
543
runCategories : ' FSharpMicro'
524
544
channels :
525
545
- main
546
+ - 9.0
526
547
- 8.0
527
548
528
549
# bepuphysics benchmarks
@@ -541,6 +562,7 @@ jobs:
541
562
runCategories : ' BepuPhysics'
542
563
channels :
543
564
- main
565
+ - 9.0
544
566
- 8.0
545
567
546
568
# ImageSharp benchmarks
@@ -559,6 +581,7 @@ jobs:
559
581
runCategories : ' ImageSharp'
560
582
channels :
561
583
- main
584
+ - 9.0
562
585
- 8.0
563
586
564
587
# Akade.IndexedSet benchmarks
@@ -577,6 +600,7 @@ jobs:
577
600
runCategories : ' AkadeIndexedSet'
578
601
channels :
579
602
- main
603
+ - 9.0
580
604
581
605
# ML.NET benchmarks
582
606
- template : /eng/performance/build_machine_matrix.yml
@@ -595,6 +619,7 @@ jobs:
595
619
runCategories : ' mldotnet'
596
620
channels :
597
621
- main
622
+ - 9.0
598
623
- 8.0
599
624
affinity : ' 85' # (01010101) Enables alternating process threads to take hyperthreading into account
600
625
runEnvVars :
@@ -619,6 +644,7 @@ jobs:
619
644
runCategories : ' roslyn'
620
645
channels : # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
621
646
- main
647
+ - 9.0
622
648
- 8.0
623
649
affinity : ' 85' # (01010101) Enables alternating process threads to take hyperthreading into account
624
650
runEnvVars :
@@ -660,6 +686,7 @@ jobs:
660
686
runCategories : ' Public Internal'
661
687
channels :
662
688
- main
689
+ - 9.0
663
690
- 8.0
664
691
665
692
# Secret Sync
0 commit comments