]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
update ignores, add run script
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Feb 2013 21:35:12 +0000 (21:35 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Feb 2013 21:35:12 +0000 (21:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@28257 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/bench.sh
tests/benchmarks/run.sh [new file with mode: 0755]

index 748aa0d45d827288c98c0f9a8c81b7a1e0b6dfaf..0cfb0e78eb6692a547c266bf54a51c683e7bd805 100644 (file)
@@ -47,6 +47,7 @@ while [ $PREVREVISION -lt $HEADREVISION ] ; do
       if [ "$words" -gt "0" ] ; then
          cp names.test ../names.$test
       fi ;
+      rm -rf names.test
       fi ;
       ./../gettimes/gettimes $NEXTREVISION >>../datatable.$test
       cd ..      
diff --git a/tests/benchmarks/run.sh b/tests/benchmarks/run.sh
new file mode 100755 (executable)
index 0000000..1273de6
--- /dev/null
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+
+while :
+do
+   ./bench.sh
+
+   source testlist.sh
+
+   for test in $TESTS ; do
+       LASTREV=`tail -n 1 datatable.$test | cut -f 1 -d ' '`
+       ./plot.sh $test $LASTREV >script
+       gnuplot script
+       rm -rf script
+       convert -density 150 $test.eps $test.png
+   done
+   
+   ./sync.sh
+
+   sleep 3600
+done
\ No newline at end of file

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.