@@ -277,108 +277,108 @@ jobs:
277
277
buildMachines :
278
278
- win-x64
279
279
- ubuntu-x64
280
- - win-arm64
281
- - ubuntu-arm64-ampere
280
+ # - win-arm64
281
+ # - ubuntu-arm64-ampere
282
282
isPublic : false
283
283
jobParameters :
284
284
kind : scenarios
285
285
projectFile : scenarios.proj
286
286
channels :
287
287
- main
288
288
289
- # Affinitized Scenario benchmarks (Initially just PDN)
290
- - template : /eng/performance/build_machine_matrix.yml
291
- parameters :
292
- jobTemplate : /eng/performance/scenarios.yml
293
- buildMachines :
294
- - win-x64
295
- - win-arm64
296
- - win-arm64-ampere
297
- isPublic : false
298
- jobParameters :
299
- kind : scenarios
300
- projectFile : scenarios_affinitized.proj
301
- channels :
302
- - main
303
- additionalJobIdentifier : ' Affinity_85'
304
- affinity : ' 85' # (01010101) Enables alternating process threads to take hyperthreading into account
305
- runEnvVars :
306
- - DOTNET_GCgen0size=410000 # ~4MB
307
- - DOTNET_GCHeapCount=4
308
- - DOTNET_GCTotalPhysicalMemory=400000000 # 16GB
309
-
310
- # Maui Android scenario benchmarks
311
- - template : /eng/performance/build_machine_matrix.yml
312
- parameters :
313
- jobTemplate : /eng/performance/scenarios.yml
314
- buildMachines :
315
- - win-x64-android-arm64-pixel
316
- - win-x64-android-arm64-galaxy
317
- isPublic : false
318
- jobParameters :
319
- kind : maui_scenarios_android
320
- projectFile : maui_scenarios_android.proj
321
- dotnetVersionsLinks :
322
- main : https://aka.ms/dotnet/sdk/maui/net8.0.json
323
-
324
- # Maui iOS scenario benchmarks
325
- - template : /eng/performance/build_machine_matrix.yml
326
- parameters :
327
- jobTemplate : /eng/performance/scenarios.yml
328
- buildMachines :
329
- - osx-x64-ios-arm64
330
- isPublic : false
331
- jobParameters :
332
- kind : maui_scenarios_ios
333
- projectFile : maui_scenarios_ios.proj
334
- dotnetVersionsLinks :
335
- main : https://aka.ms/dotnet/sdk/maui/net8.0.json
336
- runtimeFlavor : mono
337
-
338
- # Maui iOS scenario benchmarks
339
- - template : /eng/performance/build_machine_matrix.yml
340
- parameters :
341
- jobTemplate : /eng/performance/scenarios.yml
342
- buildMachines :
343
- - osx-x64-ios-arm64
344
- isPublic : false
345
- jobParameters :
346
- kind : maui_scenarios_ios
347
- projectFile : maui_scenarios_ios.proj
348
- dotnetVersionsLinks :
349
- main : https://aka.ms/dotnet/sdk/maui/net8.0.json
350
- runtimeFlavor : coreclr
351
-
352
- # # Maui scenario benchmarks
353
- # - template: /eng/performance/build_machine_matrix.yml
354
- # parameters:
355
- # jobTemplate: /eng/performance/scenarios.yml
356
- # buildMachines:
357
- # - win-x64
358
- # - ubuntu-x64
359
- # - win-arm64
360
- # - ubuntu-arm64-ampere
361
- # isPublic: false
362
- # jobParameters:
363
- # kind: maui_scenarios
364
- # projectFile: maui_scenarios.proj
365
- # channels:
366
- # - main
367
-
368
- # NativeAOT scenario benchmarks
369
- - template : /eng/performance/build_machine_matrix.yml
370
- parameters :
371
- jobTemplate : /eng/performance/scenarios.yml
372
- buildMachines :
373
- - win-x64
374
- - ubuntu-x64
375
- - win-arm64
376
- isPublic : false
377
- jobParameters :
378
- kind : nativeaot_scenarios
379
- projectFile : nativeaot_scenarios.proj
380
- channels :
381
- - main
289
+ # # Affinitized Scenario benchmarks (Initially just PDN)
290
+ # - template: /eng/performance/build_machine_matrix.yml
291
+ # parameters:
292
+ # jobTemplate: /eng/performance/scenarios.yml
293
+ # buildMachines:
294
+ # - win-x64
295
+ # - win-arm64
296
+ # - win-arm64-ampere
297
+ # isPublic: false
298
+ # jobParameters:
299
+ # kind: scenarios
300
+ # projectFile: scenarios_affinitized.proj
301
+ # channels:
302
+ # - main
303
+ # additionalJobIdentifier: 'Affinity_85'
304
+ # affinity: '85' # (01010101) Enables alternating process threads to take hyperthreading into account
305
+ # runEnvVars:
306
+ # - DOTNET_GCgen0size=410000 # ~4MB
307
+ # - DOTNET_GCHeapCount=4
308
+ # - DOTNET_GCTotalPhysicalMemory=400000000 # 16GB
309
+
310
+ # # Maui Android scenario benchmarks
311
+ # - template: /eng/performance/build_machine_matrix.yml
312
+ # parameters:
313
+ # jobTemplate: /eng/performance/scenarios.yml
314
+ # buildMachines:
315
+ # - win-x64-android-arm64-pixel
316
+ # - win-x64-android-arm64-galaxy
317
+ # isPublic: false
318
+ # jobParameters:
319
+ # kind: maui_scenarios_android
320
+ # projectFile: maui_scenarios_android.proj
321
+ # dotnetVersionsLinks:
322
+ # main: https://aka.ms/dotnet/sdk/maui/net8.0.json
323
+
324
+ # # Maui iOS scenario benchmarks
325
+ # - template: /eng/performance/build_machine_matrix.yml
326
+ # parameters:
327
+ # jobTemplate: /eng/performance/scenarios.yml
328
+ # buildMachines:
329
+ # - osx-x64-ios-arm64
330
+ # isPublic: false
331
+ # jobParameters:
332
+ # kind: maui_scenarios_ios
333
+ # projectFile: maui_scenarios_ios.proj
334
+ # dotnetVersionsLinks:
335
+ # main: https://aka.ms/dotnet/sdk/maui/net8.0.json
336
+ # runtimeFlavor: mono
337
+
338
+ # # Maui iOS scenario benchmarks
339
+ # - template: /eng/performance/build_machine_matrix.yml
340
+ # parameters:
341
+ # jobTemplate: /eng/performance/scenarios.yml
342
+ # buildMachines:
343
+ # - osx-x64-ios-arm64
344
+ # isPublic: false
345
+ # jobParameters:
346
+ # kind: maui_scenarios_ios
347
+ # projectFile: maui_scenarios_ios.proj
348
+ # dotnetVersionsLinks:
349
+ # main: https://aka.ms/dotnet/sdk/maui/net8.0.json
350
+ # runtimeFlavor: coreclr
351
+
352
+ # # # Maui scenario benchmarks
353
+ # # - template: /eng/performance/build_machine_matrix.yml
354
+ # # parameters:
355
+ # # jobTemplate: /eng/performance/scenarios.yml
356
+ # # buildMachines:
357
+ # # - win-x64
358
+ # # - ubuntu-x64
359
+ # # - win-arm64
360
+ # # - ubuntu-arm64-ampere
361
+ # # isPublic: false
362
+ # # jobParameters:
363
+ # # kind: maui_scenarios
364
+ # # projectFile: maui_scenarios.proj
365
+ # # channels:
366
+ # # - main
367
+
368
+ # # NativeAOT scenario benchmarks
369
+ # - template: /eng/performance/build_machine_matrix.yml
370
+ # parameters:
371
+ # jobTemplate: /eng/performance/scenarios.yml
372
+ # buildMachines:
373
+ # - win-x64
374
+ # - ubuntu-x64
375
+ # - win-arm64
376
+ # isPublic: false
377
+ # jobParameters:
378
+ # kind: nativeaot_scenarios
379
+ # projectFile: nativeaot_scenarios.proj
380
+ # channels:
381
+ # - main
382
382
383
383
# ###############################################
384
384
# Scheduled Private jobs
0 commit comments