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

Track build time as a Metric #391

Open
epompeii opened this issue May 14, 2024 · 0 comments
Open

Track build time as a Metric #391

epompeii opened this issue May 14, 2024 · 0 comments

Comments

@epompeii
Copy link
Member

epompeii commented May 14, 2024

Currently the runtime for Report is tracked however there is no built in way to track this like other Metrics.

Create a "Build Time" Measure that is collected.

One possibility is to use a --build-time flag / option with an optional, explicit override.
This will also need to play nice with the File Size option: #383

Therefore, --build-time could be used with or without a benchmark command.
But it would conflict with the --file option, just as --file-size does.

The open question is whether to require --file-size and if not what to use as the benchmark name, the benchmark command?

Alternatively, it could turn out that like benchmark harness results getting the metric itself is more than half the battle. In this case, there may need to be "build time adapters".

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

No branches or pull requests

1 participant