X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun-spec.sh;h=f565eda2eb6dcd64cebae31cc47224c824de129b;hb=37bc2a225fefe899a9dd4de610dc5635b269e253;hp=7034889f8bd3aee19ca693cd67fc32115114a466;hpb=0083413280deccffea5f0e34512eb02f81633dae;p=bluesky.git diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index 7034889..f565eda 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -32,13 +32,19 @@ 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="" +run_spec s3-west-hi16-crypt sfs_bluesky-hi + +BLUESKY_TARGET=azure +BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024)) +BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1" +run_spec azure-hi16 sfs_bluesky-hi #BLUESKY_TARGET=native #run_spec native-hi8 sfs_bluesky-hi