X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=microbench%2Frun-synread.sh;h=7a77e5effcf344273d4f91b2c57cd33747f01b56;hp=590147adc2cf2bfb4a618fc05944feb0651bd352;hb=7eed45ca91d96c8aab62eec6d232710939a98dce;hpb=7c11d73409f82bad72e38a1c908730821951f2bf 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