From db950974e107a93c8eafed0bd9c70d41cb3194c6 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 10 Mar 2011 21:12:29 -0800 Subject: [PATCH] Server rename for benchmarks --- microbench/run2.sh | 4 ++-- microbench/setup/prepare-benchmark | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microbench/run2.sh b/microbench/run2.sh index 7148f6c..cd17e67 100755 --- a/microbench/run2.sh +++ b/microbench/run2.sh @@ -37,11 +37,11 @@ for size in $sizes; do BENCH_BLOCKSIZE=32768 NFS_BLOCKSIZE=32768 - run_one $BLUESKY_TARGET-$BENCH_WRITERATIO-${size}M-32k + run_one s3-$BENCH_WRITERATIO-${size}M-32k BENCH_BLOCKSIZE=0 NFS_BLOCKSIZE=1048576 - run_one $BLUESKY_TARGET-$BENCH_WRITERATIO-${size}M-1024k + run_one s3-$BENCH_WRITERATIO-${size}M-1024k done } diff --git a/microbench/setup/prepare-benchmark b/microbench/setup/prepare-benchmark index eb5c7d5..1f100eb 100755 --- a/microbench/setup/prepare-benchmark +++ b/microbench/setup/prepare-benchmark @@ -5,7 +5,7 @@ # Defaults -SERVER=c09-45.sysnet.ucsd.edu +SERVER=vrable2.sysnet.ucsd.edu MNTDIR=/mnt/bluesky BENCH_FILESIZE=$((1 << 12)) -- 2.20.1