urcu.c: declare noop urcu_init() function non-static
[urcu.git] / runall.sh
index 34b7a5b960140def7fda5b32e14760851a17c768..e2b47dced7430220335d22a9543d13fac935a434 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
@@ -42,8 +43,8 @@ for BATCH_SIZE in ${BATCH_ARRAY}; do
        ./runtests-batch.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d 0 -b ${BATCH_SIZE} ${EXTRA_OPTS} | tee -a batch-rcu.log
 done
 
-#setting gc each 1024
-EXTRA_OPTS+="-b 1024"
+#setting gc each 32768. ** UPDATE FOR YOUR ARCHITECTURE BASED ON TEST ABOVE **
+EXTRA_OPTS+="-b 32768"
 
 echo Executing update fraction test
 
This page took 0.022652 seconds and 4 git commands to generate.