Run more benchmarks
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 10 Apr 2011 20:41:51 +0000 (13:41 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 10 Apr 2011 20:41:51 +0000 (13:41 -0700)
microbench/run-spec.sh
microbench/run-synwrite.sh
results/kcompile.txt

index 7034889..75b7f4b 100755 (executable)
@@ -32,13 +32,15 @@ run_spec() {
 #run_spec s3-west-noseg sfs_bluesky
 
 # Standard test with Azure instead of Amazon S3 for storage
 #run_spec s3-west-noseg sfs_bluesky
 
 # Standard test with Azure instead of Amazon S3 for storage
-BLUESKY_TARGET=azure
-run_spec azure sfs_bluesky
+#BLUESKY_TARGET=azure
+#run_spec azure sfs_bluesky
 
 # BlueSky, testing with a greater degree of parallelism
 
 # BlueSky, testing with a greater degree of parallelism
-#BLUESKY_TARGET=s3:mvrable-bluesky-west
-#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1"
-#run_spec s3-west-hi32 sfs_bluesky-hi
+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 sfs_bluesky-hi
+run_spec native-hi16 sfs_bluesky-hi
 
 #BLUESKY_TARGET=native
 #run_spec native-hi8 sfs_bluesky-hi
 
 #BLUESKY_TARGET=native
 #run_spec native-hi8 sfs_bluesky-hi
index 7491232..e4424c5 100755 (executable)
@@ -20,7 +20,7 @@ run_synbench() {
 
     for SYNWRITE_RATE in $rates; do
         run_cmd $BENCHER run-synwrite
 
     for SYNWRITE_RATE in $rates; do
         run_cmd $BENCHER run-synwrite
-        sleep 120
+        sleep 180
     done
 
     run_cmd $PROXY stop-proxy
     done
 
     run_cmd $PROXY stop-proxy
index c32ecd6..7d141a6 100644 (file)
@@ -129,3 +129,9 @@ S3-West, full segments:
     real    6m45.425s
     user    11m3.581s
     sys     1m30.734s
     real    6m45.425s
     user    11m3.581s
     sys     1m30.734s
+
+S3-East, full segments:
+  cold cache compile:
+    real    8m7.465s
+    user    11m3.393s
+    sys     1m30.578s