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-batch.sh
1
#!/bin/sh
2
3
for
a
in
test_urcu_gc test_urcu_gc_mb test_qsbr_gc
;
do
4
echo
"./
${a}
$*"
|
tee
-a
runall.detail.log
5
/
usr
/
bin
/
time
--append --output
runall.detail.log .
/
${a}
$
*
6
done
7
This page took
0.028874 seconds
and
4
git commands to generate.