From bb9a66cb64ea121bbcbc41b8f4c0aeaf118e1b05 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 18 Jun 2009 11:33:06 -0400 Subject: [PATCH] Add more batch sizes to tests, just in case Signed-off-by: Mathieu Desnoyers --- runall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1