diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-04 01:38:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-04 01:38:59 +0200 |
| commit | cd1fa00446e438407f58a0c9d70c712a8e4f1e80 (patch) | |
| tree | 97c32ffe9ce3d4a63223a9f8e543c86afe1ea018 | |
| parent | 919349701a2136b3fdd54aaaffcd516ece409fdc (diff) | |
| parent | b4712f0410f41004a772a493acf037ed59ca1481 (diff) | |
| download | rust-cd1fa00446e438407f58a0c9d70c712a8e4f1e80.tar.gz rust-cd1fa00446e438407f58a0c9d70c712a8e4f1e80.zip | |
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
Fix bucket in CPU usage script r? @alexcrichton
| -rwxr-xr-x | src/etc/cpu-usage-over-time-plot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/cpu-usage-over-time-plot.sh b/src/etc/cpu-usage-over-time-plot.sh index 724a21c3fc2..0905789079a 100755 --- a/src/etc/cpu-usage-over-time-plot.sh +++ b/src/etc/cpu-usage-over-time-plot.sh @@ -16,7 +16,7 @@ set -ex -bucket=rust-lang-ci-evalazure +bucket=rust-lang-ci2 commit=$1 builder=$2 |
