From: Michael Vrable Date: Sun, 10 Apr 2011 20:41:51 +0000 (-0700) Subject: Run more benchmarks X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=cfd7bdcb78d3004366054a0c1fdc05b8a92217a7 Run more benchmarks --- diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index 7034889..75b7f4b 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -32,13 +32,15 @@ run_spec() { #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_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 diff --git a/microbench/run-synwrite.sh b/microbench/run-synwrite.sh index 7491232..e4424c5 100755 --- a/microbench/run-synwrite.sh +++ b/microbench/run-synwrite.sh @@ -20,7 +20,7 @@ run_synbench() { for SYNWRITE_RATE in $rates; do run_cmd $BENCHER run-synwrite - sleep 120 + sleep 180 done run_cmd $PROXY stop-proxy diff --git a/results/kcompile.txt b/results/kcompile.txt index c32ecd6..7d141a6 100644 --- a/results/kcompile.txt +++ b/results/kcompile.txt @@ -129,3 +129,9 @@ S3-West, full segments: 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