Update test
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 12 Jun 2009 19:28:29 +0000 (15:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 12 Jun 2009 19:28:29 +0000 (15:28 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runall.sh

index 6320ad923b75979902ae08ad4af65389f7aac7ff..3aa41af08b67e0f13ad0de8934f0ea2e9644b4f7 100755 (executable)
--- a/runall.sh
+++ b/runall.sh
@@ -20,13 +20,16 @@ NR_READERS=$((${NUM_CPUS} - 1))
 NR_WRITERS=1
 DURATION=10
 WDELAY_ARRAY="0 1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768
-              65536 131072 262144 524288 1048576 2097152"
+              65536 131072 262144 524288 1048576 2097152 4194304 8388608
+              16777216 33554432 67108864 134217728"
 
 rm -f update-fraction.log
 
 for WDELAY in ${WDELAY_ARRAY}; do
        ./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d ${WDELAY} ${EXTRA_OPTS} | tee -a update-fraction.log
 done
+# Also run with no active writer for 0% update fraction
+./runtests.sh ${NR_READERS} 0 ${DURATION} ${EXTRA_OPTS} | tee -a update-fraction.log
 
 
 #Test scalability :
This page took 0.02493 seconds and 4 git commands to generate.