X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun2.sh;h=04f685b93a4b1dc8ad95ce96f707114c0050dd78;hb=a75b2755847766509ade9acca0b043c3152eacff;hp=8f6371480ccbe48648b1338111f702173d8b7a1b;hpb=bd49cfef93636b87f6534c98bc961b7e11bb54a1;p=bluesky.git diff --git a/microbench/run2.sh b/microbench/run2.sh index 8f63714..04f685b 100755 --- a/microbench/run2.sh +++ b/microbench/run2.sh @@ -30,11 +30,11 @@ BENCH_WRITERATIO=0.0 BENCH_THREADS=4 BENCH_DURATION=120 BENCH_INTERVALS=10 -BENCH_DIRSIZE=256 +BENCH_DIRSIZE=128 #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 1024 2048; do +for size in 128 512 2048; do for filesize in 4 1024; do BENCH_FILESIZE=$(($filesize * 1024)) BENCH_FILECOUNT=$(($size * 1024 / $filesize / $BENCH_THREADS))