Add back the full config string for mono runs (#43309)
authorDrew Scoggins <anscoggi@microsoft.com>
Wed, 14 Oct 2020 00:49:04 +0000 (17:49 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 00:49:04 +0000 (17:49 -0700)
eng/common/performance/performance-setup.sh

index 99d1b7b..9c0f6c9 100755 (executable)
@@ -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