Skip to content

Commit d98af68

Browse files
authored
Enable RLCSE experiment in the perf lab (#98779)
1 parent 52c14fb commit d98af68

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

eng/pipelines/coreclr/perf-non-wasm-jobs.yml

+18
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,24 @@ jobs:
281281
logicalmachine: 'perfowl'
282282
experimentName: 'gdv3'
283283

284+
# run coreclr perfowl microbenchmarks perf rlcse jobs
285+
- template: /eng/pipelines/common/platform-matrix.yml
286+
parameters:
287+
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
288+
buildConfig: release
289+
runtimeFlavor: coreclr
290+
platforms:
291+
- linux_x64
292+
- windows_x64
293+
jobParameters:
294+
testGroup: perf
295+
liveLibrariesBuildConfig: Release
296+
projectFile: microbenchmarks.proj
297+
runKind: micro
298+
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
299+
logicalmachine: 'perfowl'
300+
experimentName: 'rlcse'
301+
284302
# run coreclr crossgen perf job
285303
- template: /eng/pipelines/common/platform-matrix.yml
286304
parameters:

0 commit comments

Comments
 (0)