Add phase 3 : scalability run
[urcu.git] / runtests.sh
1 #!/bin/sh
2
3 for a in test_urcu_gc test_urcu_gc_mb test_urcu test_urcu_mb \
4 test_qsbr test_qsbr_gc test_rwlock test_perthreadlock \
5 test_mutex; do
6 echo "./${a} $*" | tee -a runall.detail.log
7 /usr/bin/time --append --output runall.detail.log ./${a} $*
8 done
9
This page took 0.028736 seconds and 4 git commands to generate.