From: Mathieu Desnoyers Date: Thu, 18 Jun 2009 15:33:06 +0000 (-0400) Subject: Add more batch sizes to tests, just in case X-Git-Tag: v0.1~137 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=bb9a66cb64ea121bbcbc41b8f4c0aeaf118e1b05 Add more batch sizes to tests, just in case Signed-off-by: Mathieu Desnoyers --- diff --git a/runall.sh b/runall.sh index 9d7415c..8645b8d 100755 --- 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