Skip to content

Commit

Permalink
[perf] Use HybridGlobalization as default and only option for Apple m…
Browse files Browse the repository at this point in the history
…obile platforms (dotnet#96918)

* [perf] Use HybridGlobalization as default and only option for Apple mobile platforms

---------

Co-authored-by: Ankit Jain <[email protected]>
  • Loading branch information
kotlarmilos and radical authored Jan 15, 2024
1 parent 2f328f1 commit d7604b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions eng/pipelines/coreclr/perf-non-wasm-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
jobs:

- ${{ if and(ne(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'Schedule')) }}:

# Build and run iOS Mono and NativeAOT scenarios with HybridGlobalization
- template: /eng/pipelines/coreclr/templates/build-and-run-perf-ios-scenarios.yml
parameters:
hybridGlobalization: True

- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'Schedule')) }}:

# build coreclr and libraries
Expand Down Expand Up @@ -77,10 +70,10 @@ jobs:
platforms:
- linux_x64

# Build and run iOS Mono and NativeAOT scenarios without HybridGlobalization
# Build and run iOS Mono and NativeAOT scenarios
- template: /eng/pipelines/coreclr/templates/build-and-run-perf-ios-scenarios.yml
parameters:
hybridGlobalization: False
hybridGlobalization: True

# run android scenarios
- template: /eng/pipelines/common/platform-matrix.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
hybridGlobalization: False
hybridGlobalization: True

jobs:
# build mono iOS scenarios HybridGlobalization
Expand Down

0 comments on commit d7604b6

Please sign in to comment.