Server rename for benchmarks
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 11 Mar 2011 05:12:29 +0000 (21:12 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 11 Mar 2011 05:12:29 +0000 (21:12 -0800)
microbench/run2.sh
microbench/setup/prepare-benchmark

index 7148f6c..cd17e67 100755 (executable)
@@ -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
 }
 
index eb5c7d5..1f100eb 100755 (executable)
@@ -5,7 +5,7 @@
 
 
 # Defaults
-SERVER=c09-45.sysnet.ucsd.edu
+SERVER=vrable2.sysnet.ucsd.edu
 MNTDIR=/mnt/bluesky
 
 BENCH_FILESIZE=$((1 << 12))