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

Add tracking of time it takes each step to execute #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented Dec 23, 2024

Useful to track how much do we take normally in the steps and improve on places that there may be a bottle neck or help us run things in parallel if possible.

Its set at trace level, which IIRC its not possible to set yet, so it needs a way of enabling trace level, maybe by env var or something?

Useful to track how much do we take normally in the steps and improve on
places that there may be a bottle neck or help us run things in parallel
if possible.

Its set at trace level, which IIRC its not possible to set yet, so it
needs a way of enabling trace level, maybe by env var or something?

Signed-off-by: Itxaka <[email protected]>
@Itxaka Itxaka requested a review from a team December 23, 2024 16:12
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.42%. Comparing base (7d163cb) to head (19f034f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   15.42%   15.42%           
=======================================
  Files          10       10           
  Lines        1621     1621           
=======================================
  Hits          250      250           
  Misses       1355     1355           
  Partials       16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

1 participant