dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
687 stars 267 forks source link

Enable log verbosity on setup build commands #4347

Closed caaavik-msft closed 1 month ago

caaavik-msft commented 1 month ago

We have a few commands that get run in run_performance_job.py and this PR enables log verbosity on them so if they fail we can see why they failed. Currently the PerfLabGenericEventSourceLTTngProvider build is failing on ubuntu arm64 so with this in we can see the actual error message for that failure now.