mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
cosmetic fix in run_all.sh
This commit is contained in:
parent
4250796aea
commit
511e8d1fba
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user