projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb84bce
)
Update fraction update
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 12 Jun 2009 22:44:32 +0000
(18:44 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 12 Jun 2009 22:44:32 +0000
(18:44 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runall.sh
patch
|
blob
|
blame
|
history
diff --git
a/runall.sh
b/runall.sh
index e07cb0a98260dab71a2a3bfd4eb90d6f0253290d..ed375d11c7a4bf5aebec257530c5412942a47b9f 100755
(executable)
--- a/
runall.sh
+++ b/
runall.sh
@@
-23,7
+23,7
@@
WDELAY_ARRAY="0 1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768
rm -f update-fraction.log
-for NR_WRITERS in
1 2 3 4
; do
+for NR_WRITERS in
$(seq 1 ${NUM_CPUS})
; do
NR_READERS=$((${NUM_CPUS} - ${NR_WRITERS}))
for WDELAY in ${WDELAY_ARRAY}; do
./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d ${WDELAY} ${EXTRA_OPTS} | tee -a update-fraction.log
This page took
0.025719 seconds
and
4
git commands to generate.