From e4029dd904263d866959f67e0ec0f035455024b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Sun, 16 Feb 2014 20:53:50 +0100 Subject: [PATCH] creating the results dir before working --- ab.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ab.sh b/ab.sh index 03abcfd..2884549 100755 --- a/ab.sh +++ b/ab.sh @@ -28,6 +28,8 @@ CONCURRENCY=32 CSV="./results/${NAME}-.csv" LOG="./results/${NAME}-.log" +mkdir './results' >/dev/null 2>&1 + echo echo "benchmarking $URL:" echo " - name : $NAME"