Add verbose mode
[urcu.git] / runtests.sh
CommitLineData
5a4dc6a8
MD
1#!/bin/sh
2
3#add urcu mb
4
b4fde1d4 5for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \
bdbcf417 6 test_mutex; do
9e97e478 7 ./${a} $*
5a4dc6a8 8done
4bad7d45
MD
9
10
11#Vary update fraction
12#x: vary update fraction from 0 to 0.0001
13 #fix number of readers, vary delay between updates
14#y: ops/s
15
16echo Execution update fraction test
17
18
19#Test scalability :
20# x: vary number of readers from 0 to num cpus
21# y: ops/s
22# 0 writer.
23
24echo Executing scalability test
25
26# x: Vary reader C.S. length from 0 to 10us
27# y: ops/s
28# 8 readers
29# 0 writers
30
31echo Executing reader C.S. length test
32
33
34
35
This page took 0.023536 seconds and 4 git commands to generate.