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

Enable opt-in runtime metrics collections per benchmark runner #45

Open
filipecosta90 opened this issue Dec 2, 2020 · 0 comments · Fixed by #46
Open

Enable opt-in runtime metrics collections per benchmark runner #45

filipecosta90 opened this issue Dec 2, 2020 · 0 comments · Fixed by #46
Assignees
Labels
enhancement New feature or request

Comments

@filipecosta90
Copy link
Collaborator

Each runner struct that is of inference.Processor type should implement a common CollectRunTimeMetrics() method that will asks the specific runner to fetch (opt-in) runtime stats that will then be stored on the results file.
Return data should include the collection timestamp and an interface with all fetched data.

@filipecosta90 filipecosta90 added the enhancement New feature or request label Dec 2, 2020
@filipecosta90 filipecosta90 self-assigned this Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant