From 37bc2a225fefe899a9dd4de610dc5635b269e253 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sat, 30 Apr 2011 09:08:56 -0700 Subject: [PATCH] Old SPECsfs runs --- microbench/run-spec.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index 75b7f4b..f565eda 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -38,9 +38,13 @@ run_spec() { # 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 s3-west-hi16 sfs_bluesky-hi -run_spec native-hi16 sfs_bluesky-hi +run_spec azure-hi16 sfs_bluesky-hi #BLUESKY_TARGET=native #run_spec native-hi8 sfs_bluesky-hi -- 2.20.1