From: Michael Vrable Date: Thu, 17 Mar 2011 18:54:50 +0000 (-0700) Subject: More bench fixes X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=9dfe082624e7eea541e2ccff9e638e8d7fbdcbf2 More bench fixes --- diff --git a/microbench/run-synwrite.sh b/microbench/run-synwrite.sh index 1aec47c..53e385c 100755 --- a/microbench/run-synwrite.sh +++ b/microbench/run-synwrite.sh @@ -3,7 +3,7 @@ BASEDIR=$(dirname $(which $0)) . $BASEDIR/run-common.sh -BLUESKY_TARGET=s3:mvrable-readbench-west +BLUESKY_TARGET=s3:mvrable-bluesky-west BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1" rates="1 2 4 8 16 32 48 100000" @@ -28,6 +28,6 @@ run_synbench() { wait $proxy_pid } -for BLUESKY_CACHE_SIZE in $((512 * 1024)); do +for BLUESKY_CACHE_SIZE in $((256 * 1024)); do run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M" done diff --git a/microbench/setup/run-synwrite b/microbench/setup/run-synwrite index f6c9d86..650c4b8 100755 --- a/microbench/setup/run-synwrite +++ b/microbench/setup/run-synwrite @@ -18,6 +18,6 @@ done mount -t nfs -o vers=3,tcp,rw,soft,intr $SERVER:/export $MNTDIR || exit 1 -(echo -n "# "; date; cd $MNTDIR; /scratch/bluesky.git/microbench/writebench.py $SYNWRITE_RATE) >/scratch/synwrite/$BLUESKY_RUN_NAME.times +(echo -n "# "; date; cd $MNTDIR; /scratch/bluesky.git/microbench/writebench.py $SYNWRITE_RATE) >/scratch/synwrite/$BLUESKY_RUN_NAME-$SYNWRITE_RATE.times umount $MNTDIR