Skip to content

Commit

Permalink
Add NoWASM to category filter (#67721)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewScoggins authored Apr 8, 2022
1 parent c9e0a3b commit f89fbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/testing/performance/performance-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f89fbb9

Please sign in to comment.