Improve format of performance measure

This commit is contained in:
Manuel Thalmann 2023-12-19 18:18:13 +01:00
parent 9663f4acf6
commit 67bef39104

View file

@ -20,6 +20,7 @@ do
make -C "$root" clean > /dev/null 2>&1;
make -C "$root" > /dev/null 2>&1;
"$dir/$program/bin/aes" "$iterations";
echo "";
unset CPPFLAGS;
done;
done;