From: Michael Vrable Date: Tue, 5 Apr 2011 21:02:40 +0000 (-0700) Subject: Scripts and results for a few more benchmark runs X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=0083413280deccffea5f0e34512eb02f81633dae Scripts and results for a few more benchmark runs --- diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index 5d4d514..7034889 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -32,8 +32,8 @@ 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 @@ -43,12 +43,12 @@ run_spec() { #BLUESKY_TARGET=native #run_spec native-hi8 sfs_bluesky-hi -BLUESKY_TARGET=s3:mvrable-bluesky-west -BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1" -run_spec s3-west-noagg sfs_bluesky +#BLUESKY_TARGET=s3:mvrable-bluesky-west +#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1" +#run_spec s3-west-noagg sfs_bluesky -BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1" -run_spec s3-west-nocrypt sfs_bluesky +#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1" +#run_spec s3-west-nocrypt sfs_bluesky -BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1 BLUESKY_OPT_NO_CRYPTO=1" -run_spec s3-west-noagg-nocrypt sfs_bluesky +#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_GROUP_READS=1 BLUESKY_OPT_NO_CRYPTO=1" +#run_spec s3-west-noagg-nocrypt sfs_bluesky diff --git a/microbench/run-synwrite.sh b/microbench/run-synwrite.sh index bc219a8..7491232 100755 --- a/microbench/run-synwrite.sh +++ b/microbench/run-synwrite.sh @@ -29,5 +29,5 @@ run_synbench() { } for BLUESKY_CACHE_SIZE in $((256 * 1024)) $((2048 * 1024)); do - run_synbench "write100c-$(($BLUESKY_CACHE_SIZE / 1024))M" + run_synbench "write100-$(($BLUESKY_CACHE_SIZE / 1024))M" done diff --git a/results/kcompile.txt b/results/kcompile.txt index 6f5b596..c32ecd6 100644 --- a/results/kcompile.txt +++ b/results/kcompile.txt @@ -87,3 +87,45 @@ BlueSky, US-East, range requests user 11m0.173s sys 1m30.670s +****************************************************************************** +2011-03-31 + +S3-West: + unpack: + real 5m5.705s + user 0m22.405s + sys 0m7.236s + + cold cache checksum: + real 26m12.208s + user 0m3.420s + sys 0m3.648s + + cold cache compile: + real 7m10.073s + user 11m3.801s + sys 1m30.846s + + +S3-East: + unpack: + real 4m58.972s + user 0m22.353s + sys 0m7.288s + + cold cache compile: + real 8m35.277s + user 11m2.173s + sys 1m30.402s + + +S3-West, full segments: + cold cache checksum: + real 1m49.105s + user 0m3.388s + sys 0m3.688s + + cold cache compile: + real 6m45.425s + user 11m3.581s + sys 1m30.734s