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"
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
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