Deal with kernel affinity bug for tests
[urcu.git] / runall.sh
index 9d7415c4c112da69b90a9ba02b01126268c429e5..3f38a050d9d2d5055c346cee362c52f6ec1d915a 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
@@ -43,7 +44,7 @@ for BATCH_SIZE in ${BATCH_ARRAY}; do
 done
 
 #setting gc each 4096. ** UPDATE FOR YOUR ARCHITECTURE BASED ON TEST ABOVE **
-EXTRA_OPTS+="-b 4094"
+EXTRA_OPTS+="-b 4096"
 
 echo Executing update fraction test
 
This page took 0.023416 seconds and 4 git commands to generate.