X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun-synwrite.sh;h=e4424c5bb92440d0721d2d4c80bf156ebc19b30d;hb=HEAD;hp=ce66b3ed494f97d2b1afbd5479486599c037b6d0;hpb=c14b9935c4182ce8fdba0b5f531aa0a1105d943a;p=bluesky.git diff --git a/microbench/run-synwrite.sh b/microbench/run-synwrite.sh index ce66b3e..e4424c5 100755 --- a/microbench/run-synwrite.sh +++ b/microbench/run-synwrite.sh @@ -6,7 +6,7 @@ BASEDIR=$(dirname $(which $0)) BLUESKY_TARGET=s3:mvrable-bluesky-west BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1" -rates="1 2 4 8 10 12 14 16 32" +rates="2 4 6 8 10 12 14 16 18 20 24 28 32" run_synbench() { basename=$(date +%Y%m%d)-$1 @@ -20,7 +20,7 @@ run_synbench() { for SYNWRITE_RATE in $rates; do run_cmd $BENCHER run-synwrite - sleep 30 + sleep 180 done run_cmd $PROXY stop-proxy @@ -28,7 +28,6 @@ run_synbench() { wait $proxy_pid } -#for BLUESKY_CACHE_SIZE in $((2048 * 1024)); do -for BLUESKY_CACHE_SIZE in $((256 * 1024)); do - run_synbench "write100c-$(($BLUESKY_CACHE_SIZE / 1024))M" +for BLUESKY_CACHE_SIZE in $((256 * 1024)) $((2048 * 1024)); do + run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M" done