alexcasalboni / aws-lambda-power-tuning

AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Power Tuning Result not showing 'Execution Time'

keshavyadav opened this issue · comments

I ran the power tuning on my handler and see that the result indicates invocation time and not execution time
https://lambda-power-tuning.show/#gAAAAQACAAQACA==;mpn1QXd3X0EAAIBARESkQAAAoEA=;Gs2LM0mLfDOXTxAzY3fYM31jNDQ=

How do we get the same analysis for Execution Time ?

Hi @keshavyadav, thanks for reaching out 🙏

Practically, "invocation" and "execution" are treated as synonyms there. Just to make sure we're on the same page, what would be the difference between "invocation time" and "execution time"?

Thanks for confirming that they are the same. Invocation Time by literal meaning seems like time taken to invoke the function. Given that all the examples on had 'Execution Time' mentioned, I was confused.

Closing for now, we're investigating internally.