X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun2.sh;h=8f6371480ccbe48648b1338111f702173d8b7a1b;hb=bd49cfef93636b87f6534c98bc961b7e11bb54a1;hp=a5297ac041c31cbfe287d3b78cd11fb42a27a236;hpb=d01c4ca73843bb1bc78c421531aa14250ad10ae6;p=bluesky.git diff --git a/microbench/run2.sh b/microbench/run2.sh index a5297ac..8f63714 100755 --- a/microbench/run2.sh +++ b/microbench/run2.sh @@ -34,7 +34,7 @@ BENCH_DIRSIZE=256 #for size in 128 256 512 768 1024 1536 2048; do # for filesize in 4 32 256 2048; do -for size in 128 256 512 768 1024 1536 2048; do +for size in 128 256 512 1024 2048; do for filesize in 4 1024; do BENCH_FILESIZE=$(($filesize * 1024)) BENCH_FILECOUNT=$(($size * 1024 / $filesize / $BENCH_THREADS))