From: Michael Vrable Date: Wed, 16 Mar 2011 22:06:35 +0000 (-0700) Subject: Fix cache sizes for run X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=7eed45ca91d96c8aab62eec6d232710939a98dce Fix cache sizes for run --- diff --git a/microbench/run-synread.sh b/microbench/run-synread.sh index 590147a..7a77e5e 100755 --- a/microbench/run-synread.sh +++ b/microbench/run-synread.sh @@ -33,7 +33,7 @@ run_synbench() { } SYNREAD_DURATION=60 -for cache in 4 8 16 32; do +for cache in 8 16 24 32; do BLUESKY_CACHE_SIZE=$(($cache * 1024 * 1024)) run_synbench "syntest-${cache}G" done