소스 검색

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
 }