From eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e Mon Sep 17 00:00:00 2001 From: Drew Scoggins Date: Tue, 13 Oct 2020 17:49:04 -0700 Subject: [PATCH] Add back the full config string for mono runs (#43309) --- eng/common/performance/performance-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 99d1b7b..9c0f6c9 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -201,6 +201,7 @@ if [[ "$internal" == true ]]; then fi if [[ "$mono_dotnet" != "" ]] && [[ "$monointerpreter" == "false" ]]; then + configurations="$configurations LLVM=$llvm MonoInterpreter=$monointerpreter MonoAOT=$monoaot" extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoMono" fi -- 2.7.4