More bench fixes
[bluesky.git] / microbench / run-synwrite.sh
index 1aec47c..53e385c 100755 (executable)
@@ -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"
@@ -28,6 +28,6 @@ run_synbench() {
     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