[PERF] Added --logbuildoutput to microbenchmark runs. (#67111)
authorNathan Ricci <naricc@microsoft.com>
Mon, 28 Mar 2022 17:35:18 +0000 (13:35 -0400)
committerGitHub <noreply@github.com>
Mon, 28 Mar 2022 17:35:18 +0000 (13:35 -0400)
Added --logbuildoutput to microbenchmark runs.

eng/testing/performance/performance-setup.sh

index ff5451e..281cca5 100755 (executable)
@@ -298,6 +298,8 @@ if [[ "$monoaot" == "true" ]]; then
     extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --runtimes monoaotllvm --aotcompilerpath \$HELIX_CORRELATION_PAYLOAD/monoaot/sgen/mini/mono-sgen --customruntimepack \$HELIX_CORRELATION_PAYLOAD/monoaot/pack --aotcompilermode llvm"
 fi
 
+extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --logBuildOutput"
+
 if [[ "$use_core_run" == true ]]; then
     new_core_root=$payload_directory/Core_Root
     mv $core_root_directory $new_core_root