You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/04/16 02:06:11 UTC

[GitHub] [incubator-openwhisk] Bobyuan1015 opened a new issue #4449: How does Wrk test openwhisk performance during cold-start, especially latency

Bobyuan1015 opened a new issue #4449: How does Wrk test openwhisk performance during cold-start, especially latency
URL: https://github.com/apache/incubator-openwhisk/issues/4449
 
 
   I'd like to test latency performance during cold-start action on openwhisk, and known 'latency.sh'
   Is there any guide to run this sh, and does it can satisfy my goal or not ?
   
   
   set -e
   
   currentDir="$(cd "$(dirname "$0")"; pwd)"
   
   # Host to use. Needs to include the protocol.
   host=$1
   # Credentials to use for the test. USER:PASS format.
   credentials=$2
   # Path to action src
   action_src=$3
   # How long to run the test
   duration=${4:-30s}
   
   $currentDir/throughput.sh $host $credentials  $action_src 1 1 1 $duration
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services