Add more batch sizes to tests, just in case
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 18 Jun 2009 15:33:06 +0000 (11:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 18 Jun 2009 15:33:06 +0000 (11:33 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runall.sh

index 9d7415c4c112da69b90a9ba02b01126268c429e5..8645b8d8676fd6925eb3b87f4dc059fe07271a6d 100755 (executable)
--- a/runall.sh
+++ b/runall.sh
@@ -31,7 +31,8 @@ rm -fr runall.detail.log
 echo Executing batch RCU test
 
 DURATION=10
-BATCH_ARRAY="1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768"
+BATCH_ARRAY="1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768 65536
+            131072 262144"
 NR_WRITERS=$((${NUM_CPUS} / 2))
 
 rm -f batch-rcu.log
This page took 0.025464 seconds and 4 git commands to generate.