projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa7451
)
Update default batch size to 32768, after removal of mutex
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Mon, 22 Jun 2009 14:55:39 +0000
(10:55 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Mon, 22 Jun 2009 14:55:39 +0000
(10:55 -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 3f38a050d9d2d5055c346cee362c52f6ec1d915a..e2b47dced7430220335d22a9543d13fac935a434 100755
(executable)
--- a/
runall.sh
+++ b/
runall.sh
@@
-43,8
+43,8
@@
for BATCH_SIZE in ${BATCH_ARRAY}; do
./runtests-batch.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d 0 -b ${BATCH_SIZE} ${EXTRA_OPTS} | tee -a batch-rcu.log
done
-#setting gc each
4096
. ** UPDATE FOR YOUR ARCHITECTURE BASED ON TEST ABOVE **
-EXTRA_OPTS+="-b
4096
"
+#setting gc each
32768
. ** UPDATE FOR YOUR ARCHITECTURE BASED ON TEST ABOVE **
+EXTRA_OPTS+="-b
32768
"
echo Executing update fraction test
This page took
0.025251 seconds
and
4
git commands to generate.