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

Include performance results in JSON output #15570

Open
nobodywasishere opened this issue Mar 19, 2025 · 0 comments
Open

Include performance results in JSON output #15570

nobodywasishere opened this issue Mar 19, 2025 · 0 comments

Comments

@nobodywasishere
Copy link
Contributor

Feature Request

It would be useful to have a way of automatically store compiler performance metrics over time, to see how a projects build times and module count change as changes are made to the codebase. This may also help setup something along the lines of https://perf.rust-lang.org/.

This could be accomplished by when using both the -s and -f json flags are used, the stats output is included in the JSON (it's instead printed to stdout iirc).

This would break anything not setup to handle new fields being added to the existing json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants