Roundtrip is the amount of time it takes to get a response back from the Function.
s
spierce7
06/11/2018, 4:43 AM
after running it over and over, those are still the times? How is half a second acceptable for a python run? Surely it warms up?
n
napperley
06/11/2018, 5:17 AM
Should mention the round trips are the cold start times (worst case).
The OpenFaaS functions do warm up. With a basic Kotlin Native OpenFaaS function the round trip can drop down to 0.01s (best case); wondering if the OpenFaaS Web Portal is displaying a rounding error 😆. Haven't recorded the warm up time for the Python OpenFaaS function.