Skip to content

Commit

Permalink
Update the perf r2rRunType and pgoRunType argument formats to not inc…
Browse files Browse the repository at this point in the history
…lude dashes, fixing their passing into the new perf flow added in commit b14e2f5. (dotnet#108038)
  • Loading branch information
LoopedBard3 authored Sep 20, 2024
1 parent de2333c commit b450821
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/coreclr/perf-non-wasm-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perftiger'
pgoRunType: -NoDynamicPGO
pgoRunType: nodynamicpgo
perfBranch: ${{ parameters.perfBranch }}

- template: /eng/pipelines/common/platform-matrix.yml
Expand All @@ -230,7 +230,7 @@ jobs:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perftiger'
pgoRunType: --nodynamicpgo
pgoRunType: nodynamicpgo
perfBranch: ${{ parameters.perfBranch }}

# run coreclr perftiger microbenchmarks no R2R perf jobs
Expand All @@ -248,7 +248,7 @@ jobs:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perftiger'
r2rRunType: -NoR2R
r2rRunType: nor2r
perfBranch: ${{ parameters.perfBranch }}

- template: /eng/pipelines/common/platform-matrix.yml
Expand All @@ -265,7 +265,7 @@ jobs:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perftiger'
r2rRunType: --nor2r
r2rRunType: nor2r
perfBranch: ${{ parameters.perfBranch }}

# run coreclr perfowl microbenchmarks perf job
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ extends:
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
timeoutInMinutes: 780
pgoRunType: --nodynamicpgo
pgoRunType: nodynamicpgo
perfBranch: ${{ parameters.perfBranch }}

#run coreclr Linux arm64 ampere no R2R microbenchmarks perf job
Expand All @@ -233,7 +233,7 @@ extends:
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
timeoutInMinutes: 780
r2rRunType: --nor2r
r2rRunType: nor2r
perfBranch: ${{ parameters.perfBranch }}

# run coreclr Windows arm64 microbenchmarks perf job
Expand Down Expand Up @@ -286,7 +286,7 @@ extends:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
pgoRunType: -NoDynamicPGO
pgoRunType: nodynamicpgo
timeoutInMinutes: 780
perfBranch: ${{ parameters.perfBranch }}

Expand All @@ -305,7 +305,7 @@ extends:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
r2rRunType: -NoR2R
r2rRunType: nor2r
timeoutInMinutes: 780
perfBranch: ${{ parameters.perfBranch }}

Expand Down

0 comments on commit b450821

Please sign in to comment.