Skip to content

Track build/test times of individual crates across run. #95

Open
@tomprince

Description

@tomprince

The current estimation of time is based on taking the average time for the crates that have been run in the current process. Since crates can vary significantly in how long they take to build (or fail to build), the estimates can vary wildly (I have seen variations of at least 2x). This could be improved by averaging over previous runs of the remaining crates, perhaps adjusted based on the current run of the already completed crates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: enhancement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions