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

Rendu

parent c65ee822
Branches
No related merge requests found
......@@ -11,7 +11,7 @@ echo "taille\ttemps\tmem\talgo\ttypeTableau" > data_r
do
for algo in 'approfondie_rapide'
do
res=`(/usr/bin/time -f "%U\t%M" ../sort $taille $algo $typeTableau > /dev/null ) 2>&1`
res=`(/usr/bin/time -f "%U\t%M" ./sort $taille $typeTableau $algo > /dev/null ) 2>&1`
echo "$taille\t$res\t$algo\t$typeTableau" >> data_r
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