projects
/
urcu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Update default value for batch size
[urcu.git]
/
runtests.sh
1
#!/bin/sh
2
3
for
a
in
test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \
4
test_mutex
;
do
5
echo
"./
${a}
$*"
|
tee
-a
runall.detail.log
6
/
usr
/
bin
/
time
--append --output
runall.detail.log .
/
${a}
$
*
7
done
8
This page took
0.029232 seconds
and
4
git commands to generate.