about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-03-26 19:40:30 +1100
committerGitHub <noreply@github.com>2025-03-26 19:40:30 +1100
commit2ae5d34ea0dfbeff90bbfc6fbac326054c178e45 (patch)
treef6f329e9938f267cf24bfc23bcabfbead642e2e5 /compiler/rustc_codegen_gcc/src/errors.rs
parent30344f7fa3bea828bd4a5f9a6e19ca94a5ccc6cd (diff)
parent813783e7115c58b5e70034f31be02201dac55407 (diff)
downloadrust-2ae5d34ea0dfbeff90bbfc6fbac326054c178e45.tar.gz
rust-2ae5d34ea0dfbeff90bbfc6fbac326054c178e45.zip
Rollup merge of #138930 - Kobzol:analyze-bootstrap-diffs, r=marcoieni
Add bootstrap step diff to CI job analysis

This PR adds another analysis to the job analysis report in GitHub summary. It compares (diffs) bootstrap steps executed by the parent run and by the current commit. This will help us figure out if the bootstrap invocation did something different than before, and also how did the duration of individual steps and bootstrap invocations change.

Can be tested on the https://github.com/rust-lang/rust/pull/119899 PR like this:
```bash
$ curl https://ci-artifacts.rust-lang.org/rustc-builds/3d3394eb64ee2f99ad1a2b849b376220fd38263e/metrics-mingw-check.json > metrics.json
$ cargo run --manifest-path src/ci/citool/Cargo.toml postprocess-metrics metrics.json --job-name mingw-check --parent 961351c76c812e3aeb65bfb542742500a6436aed > out.md
```

r? `@marcoie`
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
0 files changed, 0 insertions, 0 deletions