Updates to automatic SPECsfs-launching script
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 11 Mar 2011 00:40:44 +0000 (16:40 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 11 Mar 2011 00:40:44 +0000 (16:40 -0800)
microbench/run-spec.sh

index 074dd9f..c020ee2 100755 (executable)
@@ -3,10 +3,23 @@
 BASEDIR=$(dirname $(which $0))
 . $BASEDIR/run-common.sh
 
+
 run_spec() {
     BLUESKY_RUN_NAME=$(date +%Y%m%d)-$1
+    SPEC_CONF=$2
 
     $HOME/bin/s3-cleanup.py mvrable-bluesky
     $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=$!
+    sleep 10
+
+    run_cmd $BENCHER run-specsfs
+
+    run_cmd $PROXY stop-proxy
+    echo "Waiting for proxy to stop..."
+    wait $proxy_pid
+}
+
+run_spec s3-west sfs_bluesky