dubee edited a comment on issue #4033: Remove Artifact Store Polling for 
Blocking Invocations
URL: 
https://github.com/apache/incubator-openwhisk/pull/4033#issuecomment-422916944
 
 
   Here is an example of the performance impact we are talking about
   
   Action that generates large payload:
   ```
   function main(args) {
       let str = new Array(args.size).join(args.char)
       return {
           msg : str
       }
   }
   ```
   
   16 seconds to invoke the action:
   ```
   time ./wsk action invoke size -p size 1500000 -p char a -b >> test.txt
   
   real    0m16.368s
   user    0m0.160s
   sys    0m0.086s
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to