File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -224,24 +224,6 @@ jobs:
224224 ${{ each parameter in parameters.jobParameters }} :
225225 ${{ parameter.key }} : ${{ parameter.value }}
226226
227- # run coreclr perftiger microbenchmarks perf job
228- - template : /eng/pipelines/common/platform-matrix.yml@${{ parameters.runtimeRepoAlias }}
229- parameters :
230- jobTemplate : /eng/pipelines/templates/runtime-perf-job.yml@${{ parameters.performanceRepoAlias }}
231- buildConfig : release
232- runtimeFlavor : coreclr
233- platforms :
234- - linux_x64
235- # - windows_x64
236- jobParameters :
237- liveLibrariesBuildConfig : Release
238- runKind : micro
239- logicalMachine : ' perftiger'
240- runtimeRepoAlias : ${{ parameters.runtimeRepoAlias }}
241- performanceRepoAlias : ${{ parameters.performanceRepoAlias }}
242- ${{ each parameter in parameters.jobParameters }} :
243- ${{ parameter.key }} : ${{ parameter.value }}
244-
245227 # run coreclr perfviper microbenchmarks perf job
246228 - template : /eng/pipelines/common/platform-matrix.yml@${{ parameters.runtimeRepoAlias }}
247229 parameters :
You can’t perform that action at this time.
0 commit comments