rust/.azure-pipelines
Mazdak Farrokhzad 6933034a40
Rollup merge of #61632 - alexcrichton:azure-pipelines-cpu, r=pietroalbini
ci: Collect CPU usage statistics on Azure

This commit adds a script which we'll execute on Azure Pipelines which
is intended to run in the background and passively collect CPU usage
statistics for our builders. The intention here is that we can use this
information over time to diagnose issues with builders, see where we can
optimize our build, fix parallelism issues, etc. This might not end up
being too useful in the long run but it's data we've wanted to collect
for quite some time now, so here's a stab at it!

Comments about how this is intended to work can be found in the python
script used here to collect CPU usage statistics.

Closes #48828
2019-06-12 04:22:48 +02:00
..
steps Rollup merge of #61632 - alexcrichton:azure-pipelines-cpu, r=pietroalbini 2019-06-12 04:22:48 +02:00
auto.yml Auto merge of #61353 - alexcrichton:less-tools, r=pietroalbini 2019-05-30 19:52:11 +00:00
master.yml ci: disable builders not useful during the evaluation 2019-05-13 10:15:16 +02:00
pr.yml Refactor azure pipelines configuration 2019-05-20 12:24:58 -07:00
try.yml ci: Favor SCRIPT instead of RUST_CHECK_TARGET 2019-05-30 07:28:56 -07:00