Code Review
/
iec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2030a02
)
Revise a print error for test_service script
45/4945/1
author
trevor tao
<trevor.tao@arm.com>
Wed, 13 Jul 2022 09:24:50 +0000
(17:24 +0800)
committer
trevor 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
patch
|
blob
|
history
diff --git
a/src/tools/test_service_latency.sh
b/src/tools/test_service_latency.sh
index
2d200f5
..
fff0ead
100755
(executable)
--- a/
src/tools/test_service_latency.sh
+++ b/
src/tools/test_service_latency.sh
@@
-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