X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun-synwrite.sh;h=53e385c0938bc436633e9878f273f81deda3d57d;hb=9dfe082624e7eea541e2ccff9e638e8d7fbdcbf2;hp=1ca5f72eea7a2af2e7a873c6879558c68514604c;hpb=611c10480ccfce1545998554503392a69f9d72b3;p=bluesky.git diff --git a/microbench/run-synwrite.sh b/microbench/run-synwrite.sh index 1ca5f72..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" @@ -12,6 +12,7 @@ run_synbench() { basename=$(date +%Y%m%d)-$1 BLUESKY_RUN_NAME=$basename + $HOME/bin/s3-cleanup.py mvrable-bluesky-west run_cmd $PROXY cleanup-proxy run_cmd $PROXY run-proxy >$BLUESKY_RUN_NAME.proxy 2>&1 & proxy_pid=$! @@ -27,6 +28,6 @@ run_synbench() { wait $proxy_pid } -for BLUESKY_CACHE_SIZE in $((512 * 1024)); do - run_synbench "write-$(($BLUESKY_CACHE_SIZE / 1024))M" +for BLUESKY_CACHE_SIZE in $((256 * 1024)); do + run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M" done