Skip to content

Commit b50a54a

Browse files
committed
Setup testing.
1 parent 0d8311b commit b50a54a

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

azure-pipelines.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -277,35 +277,35 @@ jobs:
277277
buildMachines:
278278
- win-x64
279279
- ubuntu-x64
280-
- win-arm64
281-
- ubuntu-arm64-ampere
280+
#- win-arm64
281+
#- ubuntu-arm64-ampere
282282
isPublic: false
283283
jobParameters:
284284
kind: scenarios
285285
projectFile: scenarios.proj
286286
channels:
287287
- main
288288

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
309309

310310
# Maui Android scenario benchmarks
311311
- template: /eng/performance/build_machine_matrix.yml

0 commit comments

Comments
 (0)