creating the results dir before working

master
Michał 'rysiek' Woźniak 2014-02-16 20:53:50 +01:00
parent 5fcd1eeefa
commit e4029dd904
1 changed files with 2 additions and 0 deletions

2
ab.sh
View File

@ -28,6 +28,8 @@ CONCURRENCY=32
CSV="./results/${NAME}-<run>.csv"
LOG="./results/${NAME}-<run>.log"
mkdir './results' >/dev/null 2>&1
echo
echo "benchmarking $URL:"
echo " - name : $NAME"