Skip to content

Commit

Permalink
Remove old experiments; add layout experiment (#101852)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanasifkhalid authored May 4, 2024
1 parent deb7c17 commit 5962fd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eng/pipelines/coreclr/perf-non-wasm-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfviper'

# run coreclr perfowl microbenchmarks perf gdv3 jobs
# run coreclr perfowl microbenchmarks perf rlcse jobs
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
Expand All @@ -322,9 +322,9 @@ jobs:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfowl'
experimentName: 'gdv3'
experimentName: 'rlcse'

# run coreclr perfowl microbenchmarks perf rlcse jobs
# run coreclr perfowl microbenchmarks perf jitoptrepeat jobs
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
Expand All @@ -340,9 +340,9 @@ jobs:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfowl'
experimentName: 'rlcse'
experimentName: 'jitoptrepeat'

# run coreclr perfowl microbenchmarks perf jitoptrepeat jobs
# run coreclr perfowl microbenchmarks perf rpolayout jobs
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
Expand All @@ -358,7 +358,7 @@ jobs:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfowl'
experimentName: 'jitoptrepeat'
experimentName: 'rpolayout'

# run coreclr crossgen perf job
- template: /eng/pipelines/common/platform-matrix.yml
Expand Down

0 comments on commit 5962fd5

Please sign in to comment.