Skip to content

Commit 92a0030

Browse files
authored
Fix perf scenarios in the min_opt config (dotnet#20010)
The appropriate environment variables were not being set due to a name mismatch
1 parent 2b698ce commit 92a0030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/run-xunit-perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def main(args):
455455
build_perfharness(coreclrRepo, sandboxDir, extension, myEnv)
456456

457457
# Set up environment for running tests
458-
if optLevel == 'min_opts':
458+
if optLevel == 'min_opt':
459459
myEnv['COMPlus_JITMinOpts'] = '1'
460460
myEnv['COMPlus_TieredCompilation'] = '0'
461461
elif optLevel == 'full_opt':

0 commit comments

Comments
 (0)