projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
87d2485
)
Add more batch sizes to tests, just in case
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Thu, 18 Jun 2009 15:33:06 +0000
(11:33 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Thu, 18 Jun 2009 15:33:06 +0000
(11:33 -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 9d7415c4c112da69b90a9ba02b01126268c429e5..8645b8d8676fd6925eb3b87f4dc059fe07271a6d 100755
(executable)
--- a/
runall.sh
+++ b/
runall.sh
@@
-31,7
+31,8
@@
rm -fr runall.detail.log
echo Executing batch RCU test
DURATION=10
-BATCH_ARRAY="1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768"
+BATCH_ARRAY="1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768 65536
+ 131072 262144"
NR_WRITERS=$((${NUM_CPUS} / 2))
rm -f batch-rcu.log
This page took
0.04231 seconds
and
4
git commands to generate.