Hook synthetic NFS client into test script.
[bluesky.git] / microbench / run.sh
index f122370..9c40e0d 100755 (executable)
@@ -48,6 +48,11 @@ run_test() {
     echo "Running test" 1>&2
     (cd /mnt/bluesky; $BLUESKY/microbench/readbench "$@") >results-t$1-s$BLUESKY_OPT_SYNC_FRONTENDS
     run_cleanup
+
+    run_setup
+    echo "Running synthetic test" 1>&2
+    ($BLUESKY/nfs3/synclient "$@") >results-t$1s-s$BLUESKY_OPT_SYNC_FRONTENDS
+    run_cleanup
 }
 
 benchmark_setup