X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun.sh;h=28571ef55dabe26938588b430b22f6742448161b;hb=b9f7906b9eee10ea9e7eef3b4ff943319d5cf5d6;hp=8bae1c27ec0aba4a74f8af66de53d5bdbe140a2e;hpb=8a2da0db5d5f4f599486876396883f6207ebec6a;p=bluesky.git diff --git a/microbench/run.sh b/microbench/run.sh index 8bae1c2..28571ef 100755 --- a/microbench/run.sh +++ b/microbench/run.sh @@ -18,7 +18,7 @@ run_setup() { $NFSD & NFSPID=$! sleep 0.5 - sudo mount -t nfs -o tcp,hard,intr localhost:/bluesky /mnt/bluesky || die "Mounting NFS" + sudo mount -t nfs -o tcp,hard,intr,vers=3 localhost:/bluesky /mnt/bluesky || die "Mounting NFS" } run_cleanup() { @@ -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