From 327deea877581fbd73ae0de662152624a191645c Mon Sep 17 00:00:00 2001 From: Drew Scoggins Date: Wed, 9 Jun 2021 17:32:13 -0700 Subject: [PATCH] Remove AOT exclusion for full PGO runs (#53943) --- eng/testing/performance/performance-setup.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/testing/performance/performance-setup.ps1 b/eng/testing/performance/performance-setup.ps1 index 92db27fd599a8..3fc5a44a52ba5 100644 --- a/eng/testing/performance/performance-setup.ps1 +++ b/eng/testing/performance/performance-setup.ps1 @@ -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