From 7eed45ca91d96c8aab62eec6d232710939a98dce Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Wed, 16 Mar 2011 15:06:35 -0700 Subject: [PATCH] Fix cache sizes for run --- microbench/run-synread.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1