Update benchmark script to run a few other cases.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 14 Feb 2011 07:41:10 +0000 (23:41 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 14 Feb 2011 07:41:10 +0000 (23:41 -0800)
microbench/run2.sh

index fbfbc25..d01a3a3 100755 (executable)
@@ -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
+run_experiments() {
 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
+}
+
+BLUESKY_TARGET=native
+run_experiments
+
+BENCH_WRITERATIO=1.0
+run_experiments
+
+ssh -l root $PROXY pkill -TERM lockmem
+
+BLUESKY_TARGET=s3
+run_experiments