style95 commented on issue #4414: Performce: the latency and total run time increase when invoker_user_memory increase? URL: https://github.com/apache/incubator-openwhisk/issues/4414#issuecomment-479443184 Hey actually, above two metrics reside in the activation result. ``` ok: got activation 9841d59ac36449cf81d59ac364e9cf10 { "namespace": "style95", "name": "hello", "version": "0.0.1", "subject": "style95", "activationId": "9841d59ac36449cf81d59ac364e9cf10", "start": 1553079438199, "end": 1553079438255, "duration": 56, "response": { "status": "success", "statusCode": 0, "success": true, "result": { "payload": "Hello, World in 1!" } }, "logs": [], "annotations": [ { "key": "path", "value": "style95/hello" }, { "key": "waitTime", "value": 27 }, { "key": "kind", "value": "nodejs:6" }, { "key": "limits", "value": { "concurrency": 1, "logs": 1, "memory": 256, "timeout": 60000 } }, { "key": "initTime", "value": 44 } ], "publish": false } ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
