meteor-azure icon indicating copy to clipboard operation
meteor-azure copied to clipboard

Add command line option to track/report build time

Open ramijarrar opened this issue 8 years ago • 2 comments

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

ramijarrar avatar Nov 01 '17 03:11 ramijarrar

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

awatson1978 avatar Apr 20 '19 03:04 awatson1978

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)\]"

ramijarrar avatar Apr 20 '19 04:04 ramijarrar