From: Michael Vrable Date: Mon, 21 Feb 2011 04:41:52 +0000 (-0800) Subject: Run both read, write, and mixed workloads. X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=b533318a2e0a50f773066719a7a1984be2a2405b Run both read, write, and mixed workloads. --- diff --git a/microbench/run2.sh b/microbench/run2.sh index 12d946f..d424294 100755 --- a/microbench/run2.sh +++ b/microbench/run2.sh @@ -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