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

fix(cli): Add traces to clarify where time is going #13545

Merged
merged 1 commit into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. fix(cli): Add traces to clarify where time is going

    In looking at the traces, I had a couple of questions of where the time
    is going, like
    - Why does writing a package file take so long
    - How much of manifest parsing is TOML parsing vs target discovery vs
      other stuff
    
    
    This adds traces to help answer those.
    epage committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0d36e88 View commit details
    Browse the repository at this point in the history