From: Michael Vrable Date: Mon, 14 Feb 2011 07:41:10 +0000 (-0800) Subject: Update benchmark script to run a few other cases. X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=276f62f25152cb4f8fc8c5af020b266990ebdaf5 Update benchmark script to run a few other cases. --- diff --git a/microbench/run2.sh b/microbench/run2.sh index fbfbc25..d01a3a3 100755 --- a/microbench/run2.sh +++ b/microbench/run2.sh @@ -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