| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-17 | move bootstrap utils into bootstrap/src/utils module | onur-ozkan | -258/+0 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2023-07-13 | Support `x suggest` with build-metrics | jyn | -0/+7 | |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -93/+5 | |
| 2023-05-26 | add reasoning for introducing a metrics format version | Pietro Albini | -3/+15 | |
| 2023-05-26 | rename metadata_version to format_version | Pietro Albini | -10/+9 | |
| The new name is more accurate. | ||||
| 2023-05-26 | address review feedback | Pietro Albini | -5/+3 | |
| 2023-05-25 | introduce build metrics version numbers to handle breaking changes | Pietro Albini | -2/+31 | |
| 2023-05-25 | include test suite metadata in build metrics | Pietro Albini | -22/+55 | |
| 2023-04-17 | avoid including dry run steps in the build metrics | Pietro Albini | -4/+19 | |
| Including steps executed during the dry run will result in a duplication of all the steps in the build metrics, which just adds noise. | ||||
| 2023-04-02 | Include invocation start times | Mark Rousskov | -1/+12 | |
| For multi-invocation builders (e.g., dist-x86_64-linux) this timestamp is necessary to correlate the data in the metrics JSON with other data sources (e.g., logs, cpu-usage CSV, etc.). Such correlation may not be perfect but is sometimes helpful and awkward to do otherwise. | ||||
| 2023-03-02 | record tests in build metrics | Pietro Albini | -5/+39 | |
| 2023-02-27 | Allow building serde and serde_derive in parallel | bjorn3 | -1/+1 | |
| This reduces build time of bootstrap by ~6s | ||||
| 2022-11-16 | update ntapi dep to remove future-incompat warning | klensy | -1/+1 | |
| 2022-06-04 | bump sysinfo version | Pietro Albini | -4/+4 | |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+208 | |
| This tool will generate a JSON file with statistics about each individual step to disk. It will be used in rust-lang/rust's CI to replace the mix of scripts and log scraping we currently have to gather this data. | ||||
