Skip to content

Commit

Permalink
Enable RLCSE experiment in the perf lab (#98779)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyAyersMS authored Feb 23, 2024
1 parent 52c14fb commit d98af68
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions eng/pipelines/coreclr/perf-non-wasm-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,24 @@ jobs:
logicalmachine: 'perfowl'
experimentName: 'gdv3'

# run coreclr perfowl microbenchmarks perf rlcse jobs
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
buildConfig: release
runtimeFlavor: coreclr
platforms:
- linux_x64
- windows_x64
jobParameters:
testGroup: perf
liveLibrariesBuildConfig: Release
projectFile: microbenchmarks.proj
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfowl'
experimentName: 'rlcse'

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

0 comments on commit d98af68

Please sign in to comment.