Skip to content

Add html-based view of build information to buildomat#9802

Open
smklein wants to merge 2 commits intomainfrom
html-build
Open

Add html-based view of build information to buildomat#9802
smklein wants to merge 2 commits intomainfrom
html-build

Conversation

@smklein
Copy link
Collaborator

@smklein smklein commented Feb 5, 2026

I've been toying around with tracking build/test times in https://github.com/oxidecomputer/history.

Parsing through our existing build timings info - the --timings=json format - we can extract the build
times of individual crates. Unfortunately, however, we cannot see when crates "started to build", which means
we have no insight into e.g. crate dependencies, parallelism of the build, etc.

By extracting --timings=html, we should be able to see this information, presented as a graph,
for all commits that get merged into main.

@smklein smklein marked this pull request as ready for review February 6, 2026 22:41
@smklein smklein requested a review from sunshowers February 6, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant