Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
We want to expose, through a listener, the metric measurements for each iteration and test. This would allow users to build some mechanism to store previous benchmark results (one or more) that could be used for regression and trend analysis over time.
An example of the callback would look like:
Note that iteration results are already reported as instrumentation:https://developer.android.com/topic/performance/benchmarking/benchmarking-in-ci#benchmark-data-example
It's a pretty manual process at the moment but raw data allows other analysis also off-device