projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4d584aa
)
Run both read, write, and mixed workloads.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 21 Feb 2011 04:41:52 +0000
(20:41 -0800)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 21 Feb 2011 04:41:52 +0000
(20:41 -0800)
microbench/run2.sh
patch
|
blob
|
history
diff --git
a/microbench/run2.sh
b/microbench/run2.sh
index
12d946f
..
d424294
100755
(executable)
--- a/
microbench/run2.sh
+++ b/
microbench/run2.sh
@@
-67,9
+67,12
@@
for size in $sizes; do
done
}
done
}
-BLUESKY_TARGET=s3
-run_experiments
+for BENCH_WRITERATIO in 0.0 1.0 0.5; do
+ BLUESKY_TARGET=s3
+ sizes="128 512 1024 2048"
+ run_experiments
-BLUESKY_TARGET=native
-sizes=128
-run_experiments
+ BLUESKY_TARGET=native
+ sizes=128
+ run_experiments
+done