瀏覽代碼

why did I leave this in here -.-

jomo 10 年之前
父節點
當前提交
729623eeef
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test/benchmark.sh

+ 0 - 1
test/benchmark.sh

@@ -11,7 +11,6 @@ mapfile ids <<< $id_file
 
 bench() {
   for id in $ids; do
-    id=`echo "$id" | tr -d "\r"`
     curl -sSL -o /dev/null -w "%{url_effective} %{http_code} %{time_total}s\\n" "$host/avatars/$id?helm"
   done
 }