File tree 2 files changed +6
-0
lines changed
eng/pipelines/common/templates/runtimes
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -535,6 +535,7 @@ jobs:
535
535
scenarios :
536
536
- jitosr_stress
537
537
- jitpartialcompilation_pgo
538
+ - jitoptrepeat
538
539
${{ else }} :
539
540
scenarios :
540
541
- jitosr_stress
@@ -546,6 +547,7 @@ jobs:
546
547
- jitphysicalpromotion_only
547
548
- jitphysicalpromotion_full
548
549
- jitrlcse
550
+ - jitoptrepeat
549
551
${{ if in(parameters.testGroup, 'jit-cfg') }} :
550
552
scenarios :
551
553
- jitcfg
Original file line number Diff line number Diff line change 81
81
DOTNET_JitSynthesizeCounts;
82
82
DOTNET_JitCheckSynthesizedCounts;
83
83
DOTNET_JitRLCSEGreedy;
84
+ DOTNET_JitEnableOptRepeat;
85
+ DOTNET_JitOptRepeat;
86
+ DOTNET_JitOptRepeatCount;
84
87
</DOTNETVariables >
85
88
</PropertyGroup >
86
89
<ItemGroup >
239
242
<TestEnvironment Include =" syntheticpgo" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitSynthesizeCounts =" 1" JitCheckSynthesizedCounts =" 1" />
240
243
<TestEnvironment Include =" syntheticpgo_blend" TieredPGO =" 1" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitSynthesizeCounts =" 3" JitCheckSynthesizedCounts =" 1" />
241
244
<TestEnvironment Include =" jitrlcse" JitRLCSEGreedy =" 1" />
245
+ <TestEnvironment Include =" jitoptrepeat" JitEnableOptRepeat =" 1" JitOptRepeat =" *" JitOptRepeatCount =" 2" />
242
246
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' == 'true'" GCName =" clrgc.dll" />
243
247
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' != 'true'" GCName =" libclrgc.so" />
244
248
<TestEnvironment Include =" gcstandaloneserver" Condition =" '$(TargetsWindows)' == 'true'" gcServer =" 1" GCName =" clrgc.dll" />
You can’t perform that action at this time.
0 commit comments