Fix cache sizes for run
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 16 Mar 2011 22:06:35 +0000 (15:06 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 16 Mar 2011 22:06:35 +0000 (15:06 -0700)
microbench/run-synread.sh

index 590147a..7a77e5e 100755 (executable)
@@ -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