From: Drew Scoggins Date: Wed, 14 Oct 2020 00:49:04 +0000 (-0700) Subject: Add back the full config string for mono runs (#43309) X-Git-Tag: submit/tizen/20210909.063632~5089 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add back the full config string for mono runs (#43309) --- 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