Browse Source

Fixed issues #27

Signed-off-by: Teddysun <[email protected]>
Teddysun 7 years ago
parent
commit
686fd98b77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bench.sh

+ 1 - 1
bench.sh

@@ -81,7 +81,7 @@ io_test() {
 calc_disk() {
     local total_size=0
     local array=$@
-    for size in "${array[@]}"
+    for size in ${array[@]}
     do
         [ "${size}" == "0" ] && size_t=0 || size_t=`echo ${size:0:${#size}-1}`
         [ "`echo ${size:(-1)}`" == "K" ] && size=0