Skip to content

Commit

Permalink
Revert "[Profiler] Disable tiered compilation in integration tests (#…
Browse files Browse the repository at this point in the history
…3519)"

This reverts commit 315a682.
  • Loading branch information
gleocadie committed Nov 30, 2022
1 parent 405810e commit 4037cd5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ internal void PopulateEnvironmentVariables(StringDictionary environmentVariables
{
var profilerPath = GetNativeLoaderPath();

// Temporarily disable tiered compilation
environmentVariables["COMPlus_TieredCompilation"] = "0";

environmentVariables["DD_NATIVELOADER_CONFIGFILE"] = GenerateLoaderConfigFile();

if (!File.Exists(profilerPath))
Expand Down

0 comments on commit 4037cd5

Please sign in to comment.