X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;ds=sidebyside;f=microbench%2Frun-spec.sh;h=66bc40eb214b3bc7bba9b97294027845b1187142;hb=98ef21169a7357117758494e6ed05ec659edc29a;hp=a20767303a1e67b6d4b5de919fa8b1bef937cbe2;hpb=066a644c8254cde978a6440da37d2831e9b37d2b;p=bluesky.git diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index a207673..66bc40e 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -21,5 +21,24 @@ run_spec() { wait $proxy_pid } +# Test of using full segment fetches instead of range requests +#BLUESKY_TARGET=s3:mvrable-bluesky-west +#BLUESKY_OPT_FULL_SEGMENTS=1 +#run_spec s3-west-fullseg sfs_bluesky + +# Run a simulation of not using a log-structured system at all +#BLUESKY_TARGET=s3:mvrable-bluesky-west +#BLUESKY_EXTRA_OPTS="BLUESKY_OPT_FULL_SEGMENTS=1 BLUESKY_OPT_NO_AGGREGATION=1" +#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, testing with a greater degree of parallelism BLUESKY_TARGET=s3:mvrable-bluesky-west -run_spec s3-west sfs_bluesky +BLUESKY_EXTRA_OPTS="BLUESKY_OPT_NO_CRYPTO=1" +run_spec s3-west-hi8-fixedsize sfs_bluesky-hi + +#BLUESKY_TARGET=native +#run_spec native-hi8 sfs_bluesky-hi