More bench fixes
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 18:54:50 +0000 (11:54 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 18:54:50 +0000 (11:54 -0700)
microbench/run-synwrite.sh
microbench/setup/run-synwrite

index 1aec47c..53e385c 100755 (executable)
@@ -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
index f6c9d86..650c4b8 100755 (executable)
@@ -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