projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
536dd54
)
Update benchmark script to run a few other cases.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 14 Feb 2011 07:41:10 +0000
(23:41 -0800)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 14 Feb 2011 07:41:10 +0000
(23:41 -0800)
microbench/run2.sh
patch
|
blob
|
history
diff --git
a/microbench/run2.sh
b/microbench/run2.sh
index
fbfbc25
..
d01a3a3
100755
(executable)
--- a/
microbench/run2.sh
+++ b/
microbench/run2.sh
@@
-34,6
+34,7
@@
BENCH_DIRSIZE=128
#for size in 128 256 512 768 1024 1536 2048; do
# for filesize in 4 32 256 2048; do
#for size in 128 256 512 768 1024 1536 2048; do
# for filesize in 4 32 256 2048; do
+run_experiments() {
for size in 128 512 1024 2048; do
for filesize in 1024; do
BENCH_FILESIZE=$(($filesize * 1024))
for size in 128 512 1024 2048; do
for filesize in 1024; do
BENCH_FILESIZE=$(($filesize * 1024))
@@
-62,3
+63,15
@@
for size in 128 512 1024 2048; do
wait $proxy_pid
done
done
wait $proxy_pid
done
done
+}
+
+BLUESKY_TARGET=native
+run_experiments
+
+BENCH_WRITERATIO=1.0
+run_experiments
+
+ssh -l root $PROXY pkill -TERM lockmem
+
+BLUESKY_TARGET=s3
+run_experiments