]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Only run tests with -p4 -- omitted -p1 and -p2.
authorBart Van Assche <bvanassche@acm.org>
Sun, 8 Jun 2008 11:22:23 +0000 (11:22 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 8 Jun 2008 11:22:23 +0000 (11:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8204

exp-drd/scripts/run-splash2

index 046e88f03b9dfe18441447bac339d249ee8578a2..b272bef91cdc929ccc77686384728b93302597cb 100755 (executable)
@@ -16,7 +16,7 @@ function run_test {
   read avg1 stddev1 < "$tmp"
   echo "Average time: ${avg1} +/- ${stddev1} seconds"
 
-  for p in 1 2 4
+  for p in 4
   do
     test_output="${1}-drd-with-stack-var-${p}.out" \
     print_runtime_ratio $VG --tool=exp-drd --check-stack-var=yes "$@" -p$p
@@ -31,7 +31,9 @@ function run_test {
 }
 
 
-# Script body
+########################
+# Script body          #
+########################
 
 DRD_SCRIPTS_DIR="$(dirname $0)"
 if [ "${DRD_SCRIPTS_DIR:0:1}" != "/" ]; then
@@ -70,17 +72,17 @@ fi
 # Water-sp                        33    33    33      183      34
 # ............................................................................
 # Hardware: dual-core Intel Xeon 5130, 2.0 GHz, 4 MB L2 cache, 4 GB RAM.
-# Software: Ubuntu 7.10 server, 64-bit, gcc 4.1.3, runlevel 3.
+# Software: Ubuntu 7.10 server, 64-bit, gcc 4.1.3.
 ##############################################################################
 # Results:                      native DRD (-p4) DRD (-p4) ITC (-p4) ITC (-p4)
 #                               time   original  w/ filter  original w/ filter
 # ............................................................................
-# Cholesky                        0.21    115       72         239      82
-# FFT                             0.11     92       17          90      41
-# LU, contiguous blocks           0.56     57       49         428     128
-# LU, non-contiguous blocks       0.59     60       53         428     128
-# Ocean, contiguous partitions   14.32     ..       24          90      28
-# Ocean, non-continguous partns   0.21     ..       30          90      28
+# Cholesky                        0.21    107       70         239      82
+# FFT                             0.11     90       17          90      41
+# LU, contiguous blocks           0.56     53       46         428     128
+# LU, non-contiguous blocks       0.59     57       49         428     128
+# Ocean, contiguous partitions   14.32     34       24          90      28
+# Ocean, non-continguous partns   0.21     28       30          90      28
 # Radiosity                       2.35     ..       76         485     163
 # Radix                           2.80     ..       16         222      56
 # Raytrace                       90.79     ..       54         172      53
@@ -88,7 +90,7 @@ fi
 # Water-sp                        0.15     ..       26         183      34
 # ............................................................................
 # Hardware: dual-core Intel Core2 Duo E6750, 2.66 GHz, 4 MB L2 cache, 2 GB RAM.
-# Software: openSUSE 10.3, 64-bit, gcc 4.2.1, runlevel 5, X server running.
+# Software: openSUSE 10.3, 64-bit, gcc 4.2.1, runlevel 5, X screensaver: blank
 ##############################################################################
 
 cache_size=$(($(get_cache_size)/2))