faas-flow icon indicating copy to clipboard operation
faas-flow copied to clipboard

Flow execution time measurement

Open dimgiagos44 opened this issue 2 years ago • 0 comments

I have created a heavy image processing flow and with golang Time module i count the execution time of the flow. I have put the time pointers in the start and the end of the flow in the Define function. Usually the time measured is about 600ms.

But when i check the timestamps of logs, the real time taken for the execution is always above 1 minute. What is the explanation of this huge difference??

dimgiagos44 avatar Feb 02 '22 11:02 dimgiagos44