Fix cache sizes for run
[bluesky.git] / 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