Skip to content
Snippets Groups Projects
Commit 87b3bd82 authored by LITIERE MALRIC's avatar LITIERE MALRIC
Browse files

test

parent 9cc53883
Branches
No related merge requests found
......@@ -8,7 +8,7 @@ for taille in 10000
do
for algo in 'i' 'r' 'f'
do
res=`(/usr/bin/time -f "%Us,%MMhz" ./main $taille $typeTableau $algo > /dev/null ) > data`
res=`(/usr/bin/time -f "%Us,%MMhz" ./main $taille $typeTableau $algo > /dev/null ) 2>&1`
echo -e "$taille\t$res\t$typeTableau\t$algo"
done
......
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