Commit 511e8d1f authored by gabime's avatar gabime

cosmetic fix in run_all.sh

parent 4250796a
...@@ -20,6 +20,7 @@ bench_async () ...@@ -20,6 +20,7 @@ bench_async ()
echo "**************** $1 ****************" echo "**************** $1 ****************"
for i in {1..3}; do for i in {1..3}; do
./$1 $2; ./$1 $2;
echo
rm -f logs/* rm -f logs/*
sleep 3 sleep 3
done; done;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment