summaryrefslogtreecommitdiff
path: root/example/performance/test.sh
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2021-06-02 15:49:24 +0800
committer彭宣正 <[email protected]>2021-06-02 15:51:06 +0800
commitda3bc1db06ef3ecd2aa76ffe58e5b14e5828f3c7 (patch)
tree070e78d0fdd69538271996e0a4c70741b86c6270 /example/performance/test.sh
parent20e6f942cd8a45bd8846e90e6d2934f26b3a5303 (diff)
修复add_hos_info导致的segment faultv1.0.25
Diffstat (limited to 'example/performance/test.sh')
-rwxr-xr-xexample/performance/test.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/example/performance/test.sh b/example/performance/test.sh
index 19a04113..16948150 100755
--- a/example/performance/test.sh
+++ b/example/performance/test.sh
@@ -10,7 +10,7 @@ size=(1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
num=0
-while((${num} < 37))
+while((${num} < 100))
do
#./HosClientPerformance -a ${size[$num]}
#echo "./HosClientPerformance -a ${size[$num]} -A -f ./file/100k.data"
@@ -19,7 +19,9 @@ do
#./HosClientPerformance -f ./file/${size[$num]}.data -F
#echo ./HosClientPerformance -a 100 -A -f ./file/100k.data -t ${size[$num]} -S 1024
#./HosClientPerformance -a 100 -A -f ./file/100k.data -t ${size[$num]} -S 1024
- echo ./HosClientPerformance -a 100 -A -f ./file/100k.data -S ${size[$num]} -t 32
- ./HosClientPerformance -a 100 -A -f ./file/100k.data -S ${size[$num]} -t 32
+ #echo ./HosClientPerformance -a 100 -A -f ./file/100k.data -S ${size[$num]} -t 32
+ #./HosClientPerformance -a 100 -A -f ./file/100k.data -S ${size[$num]} -t 32
+ echo ./HosClientPerformance -P1 -t32
+ ./HosClientPerformance -P1 -t32
let "num++"
done