X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=microbench%2Frun-synwrite.sh;h=1aec47c754968e95481f0b0d2aa6a8df19d4655b;hp=1ca5f72eea7a2af2e7a873c6879558c68514604c;hb=36a477a7cffa687f03b3235aa8764a3bd81e3055;hpb=75210af5dfa9ce9f2cca124777f2555dea5d106a diff --git a/microbench/run-synwrite.sh b/microbench/run-synwrite.sh index 1ca5f72..1aec47c 100755 --- a/microbench/run-synwrite.sh +++ b/microbench/run-synwrite.sh @@ -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=$! @@ -28,5 +29,5 @@ run_synbench() { } for BLUESKY_CACHE_SIZE in $((512 * 1024)); do - run_synbench "write-$(($BLUESKY_CACHE_SIZE / 1024))M" + run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M" done