diff --git a/tests/scripts/run-xunit-perf.py b/tests/scripts/run-xunit-perf.py index f9b5690da0e4..0e48a2f697ff 100755 --- a/tests/scripts/run-xunit-perf.py +++ b/tests/scripts/run-xunit-perf.py @@ -455,7 +455,7 @@ def main(args): build_perfharness(coreclrRepo, sandboxDir, extension, myEnv) # Set up environment for running tests - if optLevel == 'min_opts': + if optLevel == 'min_opt': myEnv['COMPlus_JITMinOpts'] = '1' myEnv['COMPlus_TieredCompilation'] = '0' elif optLevel == 'full_opt':