- Reduced level two bitmap size from 2**16 to 2**14 addresses. This 
  improves the performance of exp-drd (with default settings) for 
  some tests.
- Some consistency checks were commented out via #if 0 / #endif because 
  of performance reasons. Replaced #if 0 by
  #ifdef ENABLE_DRD_CONSISTENCY_CHECKS.
- Enabled -DENABLE_DRD_CONSISTENCY_CHECKS for the drd_bitmap_test 
  regression test.
- Updated performance measurements.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8219 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-drd/scripts/run-splash2 b/exp-drd/scripts/run-splash2
index 97b22dc..9e2b609 100755
--- a/exp-drd/scripts/run-splash2
+++ b/exp-drd/scripts/run-splash2
@@ -62,17 +62,17 @@
 # Results (-p4):                native  DRD     DRD     HG    ITC     ITC
 #                               time         w/ filter             w/ filter
 # ............................................................................
-# Cholesky                        0.29  115     75      37    239      82
-# FFT                             0.19   80     45     556     90      41
-# LU, contiguous blocks           0.76   46     38      97    428     128
-# LU, non-contiguous blocks       0.80   48     42      59    428     128
-# Ocean, contiguous partitions   19.40   30     24      54     90      28
-# Ocean, non-continguous partns   0.29   26     28      53     90      28
-# Radiosity                       3.11  237     76      58    485     163
-# Radix                           4.05   16     15      85    222      56
-# Raytrace                        2.21  271     55      89    172      53
-# Water-n2                        0.17  174     34      52    189      39
-# Water-sp                        0.18  140     33      51    183      34
+# Cholesky                        0.29   99     63      37    239      82
+# FFT                             0.19   65     32     556     90      41
+# LU, contiguous blocks           0.76   45     37      97    428     128
+# LU, non-contiguous blocks       0.80   52     45      59    428     128
+# Ocean, contiguous partitions   19.40   39     33      54     90      28
+# Ocean, non-continguous partns   0.29   26     29      53     90      28
+# Radiosity                       3.11  224     61      58    485     163
+# Radix                           4.05   16     14      85    222      56
+# Raytrace                        2.21  276     53      89    172      53
+# Water-n2                        0.17  176     33      52    189      39
+# Water-sp                        0.18  145     33      51    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.