]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
updates to benchmark scripts
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Feb 2013 02:45:20 +0000 (02:45 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Feb 2013 02:45:20 +0000 (02:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@28537 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/baselineplot.sh
tests/benchmarks/doplots.sh
tests/benchmarks/sync.sh

index 8d533935472d0865bd8062955063bd9565275b3a..38f6047366f44acd5a4fed115cd7d2297b0b0922 100755 (executable)
@@ -15,7 +15,7 @@ set title 'benchmark baselines'
 EOF
 #echo "set terminal x11 persist"
 echo "set xrange [28000:*]"
-echo "set xrange [*,300]"
+echo "set yrange [*:300]"
 echo "plot \\"
 
 for test in $TESTS ; do
index 6606d433443cd56ff05249605d47f73da5aa4f2a..5015d26954dd507a09f1f782dbb83dd22bc8b071 100755 (executable)
@@ -2,6 +2,8 @@
 
 source testlist.sh
 
+echo "generating images..."
+
 for test in $TESTS ; do
     LASTREV=`tail -n 1 datatable.$test | cut -f 1 -d ' '`
     ./plot.sh $test $LASTREV >script
@@ -11,7 +13,7 @@ for test in $TESTS ; do
 done
 
 
-/baselineplot.sh > script
+./baselineplot.sh > script
 gnuplot script
 rm -rf script
 convert -density 150 baseline.eps baseline.png
index 0c9777a51e12495ed1d082ae7075a46e63a09b37..1bc58c4d234dcb9aa008791f9d15559e8167573a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
+echo "copying files to public_html/"
 cp *png ~/public_html/bench/
 cp index.html ~/public_html/bench/
 chmod a+r ~/public_html/bench/*png ~/public_html/bench/*html
-#rsync -a *png root@dealii.org:/home/archiver/public_html/
-#ssh root@dealii.org chmod a+r /home/archiver/public_html/*png
+

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


Typeset in Trocchi and Trocchi Bold Sans Serif.