From b533318a2e0a50f773066719a7a1984be2a2405b Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sun, 20 Feb 2011 20:41:52 -0800 Subject: [PATCH] Run both read, write, and mixed workloads. --- microbench/run2.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 -- 2.20.1