Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links, dump all output files in compilation metrics page #48

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

jamesjwu
Copy link
Collaborator

@jamesjwu jamesjwu commented Jul 2, 2024

With the changes to make tlparse artifacts unique, we also made it a bit harder to link to compilation artifacts from pages other than index.html. This change factors out compilationmetrics so that you can pass the entire directory into tlparse, so that each compilation metrics page wlil have all of the build products associated with that compile id directly linked.

It also allows the failures and restarts page to link correctly to the compilation metrics page, using a similar technique.

It's a bit hacky how I derive the filenames for compilation_metrics.html, but I couldn't really come up with that good of a way otherwise. We might wanna refactor later so that each file has a unique id associated with it in the FXIndexMap or something.

image

@jamesjwu jamesjwu requested a review from ezyang July 2, 2024 21:23
@jamesjwu jamesjwu merged commit b1a6e19 into main Jul 2, 2024
14 checks passed
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