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:
[email protected]


With regards,
Apache Git Services

Reply via email to