Skip to content

Commit

Permalink
[PERF] Added --logbuildoutput to microbenchmark runs. (dotnet#67111)
Browse files Browse the repository at this point in the history
Added --logbuildoutput to microbenchmark runs.
  • Loading branch information
Nathan Ricci authored Mar 28, 2022
1 parent 019bc7f commit aded314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/testing/performance/performance-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aded314

Please sign in to comment.