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

Save runtime information for stages #1

Open
sebhoerl opened this issue Aug 17, 2019 · 0 comments
Open

Save runtime information for stages #1

sebhoerl opened this issue Aug 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sebhoerl
Copy link
Collaborator

sebhoerl commented Aug 17, 2019

It would be nice to collect statistics on the runtime for stages:

  • Over multiple runs (to track how runtime changes over time)
  • For a single pipeline run (to compare the stages between each other)

In principle, this is easy to do:

  • Add a new "hidden" key to the stage information
  • Save informatio in such a __runlog key (e.g. { "runtime": 123, "timestamp": "UTC Timestamp" })
@sebhoerl sebhoerl added the enhancement New feature or request label Aug 17, 2019
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

No branches or pull requests

1 participant