From: Michael Vrable <vrable@cs.hmc.edu>
Date: Tue, 10 Jan 2012 05:29:48 +0000 (-0800)
Subject: More SPECsfs runs, this time with limited bandwidth.
X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=f8a83a4b2eb16f0d2bb92f118ce4f72c2508f575;p=bluesky.git

More SPECsfs runs, this time with limited bandwidth.
---

diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh
index 932ab67..b55cea8 100755
--- a/microbench/run-spec.sh
+++ b/microbench/run-spec.sh
@@ -46,20 +46,20 @@ run_spec() {
 #BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1"
 #run_spec azure-hi16 sfs_bluesky-hi
 
-BLUESKY_TARGET=s3:mvrable-bluesky-west
-BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024))
-BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_FULL_SEGMENTS=1"
-run_spec s3-west-hi16-fullfetch sfs_bluesky-hi
+#BLUESKY_TARGET=s3:mvrable-bluesky-west
+#BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024))
+#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_FULL_SEGMENTS=1"
+#run_spec s3-west-hi16-fullfetch sfs_bluesky-hi
 
-BLUESKY_TARGET=s3:mvrable-bluesky-west
-BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024))
-BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_NO_GROUP_READS=1"
-run_spec s3-west-hi16-noreadagg sfs_bluesky-hi
+#BLUESKY_TARGET=s3:mvrable-bluesky-west
+#BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024))
+#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_NO_GROUP_READS=1"
+#run_spec s3-west-hi16-noreadagg sfs_bluesky-hi
 
-BLUESKY_TARGET=s3:mvrable-bluesky-west
-BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024))
-BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_NO_AGGREGATION=1"
-run_spec s3-west-hi16-nosegments sfs_bluesky-hi
+#BLUESKY_TARGET=s3:mvrable-bluesky-west
+#BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024))
+#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_NO_AGGREGATION=1"
+#run_spec s3-west-hi16-nosegments sfs_bluesky-hi
 
 #BLUESKY_TARGET=native
 #run_spec native-hi8 sfs_bluesky-hi
@@ -73,3 +73,9 @@ run_spec s3-west-hi16-nosegments sfs_bluesky-hi
 
 #BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1 BLUESKY_OPT_NO_CRYPTO=1"
 #run_spec s3-west-noagg-nocrypt sfs_bluesky
+
+BLUESKY_TARGET=s3:mvrable-bluesky-west
+BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024))
+BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1"
+run_spec s3-west-hi16-lowbandwidth sfs_bluesky-hi
+