Improve format of performance measure
This commit is contained in:
parent
9663f4acf6
commit
67bef39104
|
@ -20,6 +20,7 @@ do
|
||||||
make -C "$root" clean > /dev/null 2>&1;
|
make -C "$root" clean > /dev/null 2>&1;
|
||||||
make -C "$root" > /dev/null 2>&1;
|
make -C "$root" > /dev/null 2>&1;
|
||||||
"$dir/$program/bin/aes" "$iterations";
|
"$dir/$program/bin/aes" "$iterations";
|
||||||
|
echo "";
|
||||||
unset CPPFLAGS;
|
unset CPPFLAGS;
|
||||||
done;
|
done;
|
||||||
done;
|
done;
|
||||||
|
|
Loading…
Reference in a new issue