]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
improve benchmark scripts
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 21:12:29 +0000 (21:12 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 21:12:29 +0000 (21:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@28393 0785d39b-7218-0410-832d-ea1e28bc413d

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

diff --git a/tests/benchmarks/doplots.sh b/tests/benchmarks/doplots.sh
new file mode 100755 (executable)
index 0000000..3ba8c1b
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+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
index 1273de6a94efb6f66225ff8b8ac2b9db2d12af5e..939c670f54546fab92f7716ff46f9b4fa02954f5 100755 (executable)
@@ -5,15 +5,7 @@ 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
+   ./doplots.sh
    
    ./sync.sh
 

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.