Skip to content
Snippets Groups Projects
Commit f6e11ac5 authored by Julien Leduc's avatar Julien Leduc
Browse files

5000->1000 files for nightly1 as this is the nice test

parent afb4c5d7
Branches
Tags
No related merge requests found
......@@ -12,8 +12,8 @@ for DRIVE in $(admin_cta dr ls | grep Down | sed -e 's/ \+/ /g' | cut -d\ -f2);
done
for ((i=0;i<4;i++)); do
echo "Launching bash ./client_ar.sh -n 5000 -s 10 -p 6 -v"
bash ./client_ar.sh -n 5000 -s 10 -p 6 -v &
echo "Launching bash ./client_ar.sh -n 1000 -s 10 -p 4 -v"
bash ./client_ar.sh -n 1000 -s 10 -p 4 -v &
done
for job in `jobs -p`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment