]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #61632 - alexcrichton:azure-pipelines-cpu, r=pietroalbini
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 12 Jun 2019 02:22:48 +0000 (04:22 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2019 02:22:48 +0000 (04:22 +0200)
commit6933034a40aadc0e04a594789e7ad4b2034e9b17
treefac517d0d2e57961ae6ccfd2e6cd042808c93002
parentd78260d7811953b8ff28d378858f96782f95a523
parentf2c37a55a4456c4af8b3b3b53cdd4f703a910b29
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
.azure-pipelines/steps/run.yml