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 command line option to track/report build time #48

Open
ramijarrar opened this issue Nov 1, 2017 · 2 comments
Open

Add command line option to track/report build time #48

ramijarrar opened this issue Nov 1, 2017 · 2 comments

Comments

@ramijarrar
Copy link
Member

ramijarrar commented Nov 1, 2017

This will be particularly helpful in interfaces which do not render line-by-line execution times by default.

@ramijarrar ramijarrar created this issue from a note in Development (Backlog) Nov 1, 2017
@ramijarrar ramijarrar moved this from Backlog to Next up (v2.2.0) in Development Jul 31, 2018
@awatson1978
Copy link

+1 for this. We've been experiencing build/deploy times of 3+ hours. It would be great to get some visibility on build times.

@ramijarrar
Copy link
Member Author

3+ hours?? That definitely does not sound right (most of our apps take less than 10-15m and we've never seen anything in excess of 30-40min even with many legacy shrinkwrapped deps).

Can you open an issue for this with your current atmosphere/NPM packages and build output in debug mode?

Also, as a temporary workaround you can add something like the following in your bash profile / equivalent to get a step by step time breakdown:

export PS1="\t [\W] $ \[$(tput sgr0)\]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development
Next up (v2.2.0)
Development

No branches or pull requests

2 participants