From f89fbb96cabe95db5869e3d44c6b48c1c0f8fc1a Mon Sep 17 00:00:00 2001 From: Drew Scoggins Date: Fri, 8 Apr 2022 09:51:23 -0700 Subject: [PATCH] Add NoWASM to category filter (#67721) --- 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"