From d00ff7993242d9cae0d9d4acc748545f59156e66 Mon Sep 17 00:00:00 2001 From: Drew Scoggins Date: Thu, 7 Apr 2022 14:47:57 -0700 Subject: [PATCH] Add NoWASM to category filter --- eng/testing/performance/performance-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/testing/performance/performance-setup.sh b/eng/testing/performance/performance-setup.sh index 281cca56cae55..ccc3673e1a979 100755 --- a/eng/testing/performance/performance-setup.sh +++ b/eng/testing/performance/performance-setup.sh @@ -252,7 +252,7 @@ fi if [[ "$monoaot" == "true" ]]; then configurations="$configurations LLVM=$llvm MonoInterpreter=$monointerpreter MonoAOT=$monoaot" - extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoAOT" + extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoAOT NoWASM" fi cleaned_branch_name="main"