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.
Apache License 2.0
5.4k stars 372 forks source link

Power Tuning Result not showing 'Execution Time' #251

Closed keshavyadav closed 4 months ago

keshavyadav commented 4 months ago

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 ?

alexcasalboni commented 4 months ago

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"?

keshavyadav commented 4 months ago

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.

alexcasalboni commented 4 months ago

Closing for now, we're investigating internally.