Update version to 0.7.4
[urcu.git] / tests / runall.sh
index e2b47dced7430220335d22a9543d13fac935a434..6072acabe9233d9739020b83c572e519b61e7a2a 100755 (executable)
@@ -44,7 +44,7 @@ for BATCH_SIZE in ${BATCH_ARRAY}; do
 done
 
 #setting gc each 32768. ** UPDATE FOR YOUR ARCHITECTURE BASED ON TEST ABOVE **
-EXTRA_OPTS+="-b 32768"
+EXTRA_OPTS="${EXTRA_OPTS} -b 32768"
 
 echo Executing update fraction test
 
@@ -99,3 +99,6 @@ for READERCSLEN in ${READERCSLEN_ARRAY}; do
        echo "./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} ${EXTRA_OPTS} -c ${READERCSLEN} | tee -a readercslen.log" >> runall.log
        ./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} ${EXTRA_OPTS} -c ${READERCSLEN} | tee -a readercslen.log
 done
+
+echo Executing Hash table test
+./runhash.sh
This page took 0.023383 seconds and 4 git commands to generate.