Add UDP transport support to the NFS server.
[bluesky.git] / microbench / run.sh
index 8b0856d..28571ef 100755 (executable)
@@ -69,6 +69,7 @@ for s in $SIZES; do
     run_cleanup
 done
 
+if false; then
 export BLUESKY_OPT_SYNC_FRONTENDS=0
 for t in 1 2 4 6 8 10 12 14 16 20 24 28 32 40 48 56 64; do
     run_thread_test $t
@@ -78,5 +79,6 @@ export BLUESKY_OPT_SYNC_FRONTENDS=1
 for t in 1 2 4 6 8 10 12 14 16 20 24 28 32 40 48 56 64; do
     run_thread_test $t
 done
+fi
 
 benchmark_cleanup