From 36a477a7cffa687f03b3235aa8764a3bd81e3055 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 17 Mar 2011 11:41:00 -0700 Subject: [PATCH] More benchmark fixes --- microbench/run-synwrite.sh | 3 ++- microbench/setup/run-synwrite | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 diff --git a/microbench/setup/run-synwrite b/microbench/setup/run-synwrite index 50ec59a..4d82756 100755 --- a/microbench/setup/run-synwrite +++ b/microbench/setup/run-synwrite @@ -13,4 +13,4 @@ for e in "$@"; do fi done -(echo -n "# "; date; /scratch/bluesky.git/nfs3/writebench.py $SYNWRITE_RATE) >/scratch/synwrite/$BLUESKY_RUN_NAME.times +(echo -n "# "; date; /scratch/bluesky.git/microbench/writebench.py $SYNWRITE_RATE) >/scratch/synwrite/$BLUESKY_RUN_NAME.times -- 2.20.1