File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -277,35 +277,35 @@ 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
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
309
310
310
# Maui Android scenario benchmarks
311
311
- template : /eng/performance/build_machine_matrix.yml
You can’t perform that action at this time.
0 commit comments