Run both read, write, and mixed workloads.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 21 Feb 2011 04:41:52 +0000 (20:41 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 21 Feb 2011 04:41:52 +0000 (20:41 -0800)
microbench/run2.sh

index 12d946f..d424294 100755 (executable)
@@ -67,9 +67,12 @@ for size in $sizes; do
 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