X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=microbench%2Frun-spec.sh;h=75b7f4bc78c78b439acf19b704e90c3cbdb1369b;hp=7034889f8bd3aee19ca693cd67fc32115114a466;hb=cfd7bdcb78d3004366054a0c1fdc05b8a92217a7;hpb=494b5d811512316515578f1c241eb677a9a35e5e 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