I’m analyzing some repositories on SonarQube Cloud using automated analysis. I would like to see the total time of the analysis. I know this is available when running local analysis. Can I find this value when using automated analysis?
Thanks
Hey there.
This metric isn’t exposed. What would you use it for?
Hi, thanks for your response.
I am performing research and I need to compare SonarQube against some other solutions. One of the comparison metrics is total time of analysis.
So, the only way to get this would be through local analysis? This would really complicate my use case as I would have to debug possible building errors along the way.
One follow-up question: which part(s) of the local analysis uses local resources? Because if I were to go with the local analysis I would need to take local resources into account in my comparison.
Thanks
All of the local analysis uses local resources. The “only” part that uses server-side resources is the background task processing (processing the analysis report that the scanner has generated and set back to SonarQube).