3 BASEDIR=$(dirname $(which $0))
4 . $BASEDIR/run-common.sh
6 BLUESKY_TARGET=s3:mvrable-bluesky-west
7 BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1"
9 rates="2 4 6 8 10 12 14 16 18 20 24 28 32"
12 basename=$(date +%Y%m%d)-$1
13 BLUESKY_RUN_NAME=$basename
15 $HOME/bin/s3-cleanup.py mvrable-bluesky-west
16 run_cmd $PROXY cleanup-proxy
17 run_cmd $PROXY run-proxy >$BLUESKY_RUN_NAME.proxy 2>&1 &
21 for SYNWRITE_RATE in $rates; do
22 run_cmd $BENCHER run-synwrite
26 run_cmd $PROXY stop-proxy
27 echo "Waiting for proxy to stop..."
31 for BLUESKY_CACHE_SIZE in $((256 * 1024)) $((2048 * 1024)); do
32 run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M"