X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=microbench%2Frun-spec.sh;h=932ab678e0c8de69771500bf034e4d9ff601d48b;hp=75b7f4bc78c78b439acf19b704e90c3cbdb1369b;hb=dac1ee4bb07162cd8ad264365f5357f89a4fc849;hpb=cfd7bdcb78d3004366054a0c1fdc05b8a92217a7 diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index 75b7f4b..932ab67 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -36,11 +36,30 @@ run_spec() { #run_spec azure sfs_bluesky # BlueSky, testing with a greater degree of parallelism +#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=s3:mvrable-bluesky-west +BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024)) +BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_FULL_SEGMENTS=1" +run_spec s3-west-hi16-fullfetch sfs_bluesky-hi + +BLUESKY_TARGET=s3:mvrable-bluesky-west +BLUESKY_CACHE_SIZE=$((32 * 1024 * 1024)) +BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_NO_GROUP_READS=1" +run_spec s3-west-hi16-noreadagg 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_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1 BLUESKY_OPT_NO_AGGREGATION=1" +run_spec s3-west-hi16-nosegments sfs_bluesky-hi #BLUESKY_TARGET=native #run_spec native-hi8 sfs_bluesky-hi