线程池支持

This commit is contained in:
pengxuanzheng
2020-09-23 19:06:09 +08:00
committed by pengxuanzheng
parent 10e17cb043
commit b3e7de2b21
9 changed files with 347 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ num=0
while((${num} < 5))
do
./singleThread mybucket my-file.txt ${test_times[$num]}
./hos_write_complete mybucket my-file.txt ${test_times[$num]}
let "num++"
done