Revise a print error for test_service script 45/4945/1
authortrevor tao <trevor.tao@arm.com>
Wed, 13 Jul 2022 09:24:50 +0000 (17:24 +0800)
committertrevor tao <trevor.tao@arm.com>
Wed, 13 Jul 2022 09:24:50 +0000 (17:24 +0800)
Signed-off-by: trevor tao <trevor.tao@arm.com>
Change-Id: I3ef49b3fa856caf7e5c1e78f8bd101adc3d4c8b0

src/tools/test_service_latency.sh

index 2d200f5..fff0ead 100755 (executable)
@@ -100,7 +100,7 @@ for (( c=$START; c<=$END; c++))
 do
     curl -w "%{time_total}\n" -o /dev/null -s $nodeIP:$nodePort
 done | jq -s add/length
-echo "Now access the $nodeIP:$nodePort, $aNum times, time total:"
+echo "Now access the $nodeIP:$nodePort, $aNum times, time connect:"
 for (( c=$START; c<=$END; c++))
 do
     curl -w "%{time_connect}\n" -o /dev/null -s $nodeIP:$nodePort