From: heister Date: Wed, 13 Feb 2013 21:17:01 +0000 (+0000) Subject: benchmark: baseline plot X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6327e82c10a1e598621b5d9ff5413570f92fa6;p=dealii-svn.git benchmark: baseline plot git-svn-id: https://svn.dealii.org/trunk@28395 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/benchmarks/doplots.sh b/tests/benchmarks/doplots.sh index 3ba8c1b1bf..6606d43344 100755 --- a/tests/benchmarks/doplots.sh +++ b/tests/benchmarks/doplots.sh @@ -9,3 +9,9 @@ for test in $TESTS ; do rm -rf script convert -density 150 $test.eps $test.png done + + +/baselineplot.sh > script +gnuplot script +rm -rf script +convert -density 150 baseline.eps baseline.png