projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c11d73
)
Fix cache sizes for run
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 16 Mar 2011 22:06:35 +0000
(15:06 -0700)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 16 Mar 2011 22:06:35 +0000
(15:06 -0700)
microbench/run-synread.sh
patch
|
blob
|
history
diff --git
a/microbench/run-synread.sh
b/microbench/run-synread.sh
index
590147a
..
7a77e5e
100755
(executable)
--- a/
microbench/run-synread.sh
+++ b/
microbench/run-synread.sh
@@
-33,7
+33,7
@@
run_synbench() {
}
SYNREAD_DURATION=60
-for cache in
4 8 16
32; do
+for cache in
8 16 24
32; do
BLUESKY_CACHE_SIZE=$(($cache * 1024 * 1024))
run_synbench "syntest-${cache}G"
done