mattwelke commented on issue #34: URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/34#issuecomment-819837035
@shawnallen85 I've got some interesting results for those cold starts with 3.1 by the way:  There's an operation that consistently takes about 50ms that the action performs, so we can subtract 50ms from each of those activation times. What remains is the cold start time. It's too quick to be a docker pull I think, so I think what we're left with is the cold start time attributed to starting containers. And it's consistently less than 1.5s. The most recent activation is a non-cold start. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
