Problem
With -Zbuild-analysis and #16377, we now have cargo report timings command to replay HTML report from the latest log files. However, there is no way to replay older sessions. We may want a cargo report timings --id <id> flag to reply specific run of Cargo.
Before adding that flag, we need a way to list and view past run IDs.
Proposed Solution
A new command cargo report list. The list of IDs is expected to work across different kind of reports.
Notes
No response
Problem
With
-Zbuild-analysisand #16377, we now havecargo report timingscommand to replay HTML report from the latest log files. However, there is no way to replay older sessions. We may want acargo report timings --id <id>flag to reply specific run of Cargo.Before adding that flag, we need a way to list and view past run IDs.
Proposed Solution
A new command
cargo report list. The list of IDs is expected to work across different kind of reports.Notes
No response