Skip to content

Commit

Permalink
Remove AOT exclusion for full PGO runs (#53943)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewScoggins committed Jun 10, 2021
1 parent d66e936 commit 327deea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/testing/performance/performance-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ elseif($DynamicPGO)
elseif($FullPGO)
{
$Configurations += " PGOType=fullpgo"
$ExtraBenchmarkDotNetArguments = "--category-exclusion-filter NoAOT"
}

# FIX ME: This is a workaround until we get this from the actual pipeline
Expand Down

0 comments on commit 327deea

Please sign in to comment.