rcuja tests: add vs add unique
[userspace-rcu.git] / tests / runja.sh
index e359c016ac4e4ff0bb5a2a2bc2cac0ac98522514..1be4224d133fea896094fc6be03856ea289e278f 100755 (executable)
@@ -17,6 +17,9 @@ EXTRA_PARAMS=-v
 
 # ** test update coherency with single-value table
 
+# sanity test
+${TESTPROG} 0 $((4*${THREAD_MUL})) ${TIME_UNITS} -t ${EXTRA_PARAMS} || exit 1
+
 # rw test, single key, add and del randomly, 4 threads
 # key range: init, lookup, and update: 0 to 0
 ${TESTPROG} 0 $((4*${THREAD_MUL})) ${TIME_UNITS} -M 1 -N 1 -O 1 ${EXTRA_PARAMS} || exit 1
This page took 0.023573 seconds and 4 git commands to generate.