set output "baseline.eps"
#set log y
set xlabel 'revision'
-set ylabel 'percentage speedup to baseline'
+set ylabel 'percentage slowdown to baseline'
set title 'benchmark baselines'
EOF
#echo "set terminal x11 persist"
while [ $PREVREVISION -lt $HEADREVISION ] ; do
- NEXTREVISION=`expr $PREVREVISION "+" 10`
+ NEXTREVISION=`expr $PREVREVISION "+" 25`
echo "Updating from $PREVREVISION to $NEXTREVISION"
cd deal.II
svn up -r$NEXTREVISION || exit 1
set terminal postscript eps color enh
set key left bottom
set output "$1.eps"
-set log y
+#set log y
set xlabel 'revision'
set title 'benchmark $1 - rev $2'
EOF
while read line;
do
n=`expr $n "+" 1`
- echo "'datatable.$1' using 1:(int(\$$n*10.0+0.5)/10.0) title '$line' w lp,\\";
-# echo "'datatable.$1' using 1:$n title '$line' w lp,\\";
+# echo "'datatable.$1' using 1:(int(\$$n*10.0+0.5)/10.0) title '$line' w lp,\\";
+ echo "'datatable.$1' using 1:$n title '$line' w lp,\\";
done < names.$1
# this forces 0.01 to be in the yrange and ends the plot list (trailing comma above)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams