-
Notifications
You must be signed in to change notification settings - Fork 156
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
Identifying the benchmark iteration from the build under test #589
Comments
I'm not sure I understand your use case, but you may be able to achieve what you want with the existing |
The use case is that we use a build service which captures data during the build and write that to a file. After all scenarios are completed we'd like to archive those files and be able to tie them back to the individual runs. These properties are indeed going to help with that, thanks! Would be nice if they could be considered public API |
Yeah this was indeed what I needed, thansk @gabrielfeo! If there's no intention of making this public then this issue can be closed |
|
It would be nice to have access to
org.gradle.profiler.BuildContext#getUniqueBuildId
in some way from the gradle project that is being measured. Maybe through an environment variable or by adding a gradle/system property that the build can consume?It would be helpful to be able to capture more per-build metrics without having to write custom profilers and using a custom fork of the gradle-profiler
The text was updated successfully, but these errors were encountered: