Few fixes in perf-monitoring.

This commit is contained in:
Gael Guennebaud
2016-07-04 14:30:50 +02:00
parent ce9fc0ce14
commit b74e45906c
2 changed files with 5 additions and 5 deletions

View File

@@ -138,15 +138,15 @@ do
done
echo "Float:"
cat $PREFIX"s"$bench.out"
echo ""
cat $PREFIX"s""$bench.out"
echo " "
echo "Double:"
cat $PREFIX"d"$bench.out"
cat $PREFIX"d""$bench.out"
echo ""
echo "Complex:"
cat $PREFIX"c"$bench.out"
cat $PREFIX"c""$bench.out"
echo ""
./make_plot.sh $PREFIX"s"$bench $bench