X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun2.sh;h=d01a3a3497bc00e99163dd717331d66cb5d46e78;hb=276f62f25152cb4f8fc8c5af020b266990ebdaf5;hp=fbfbc2558007521ff0b6f9c4e3af90e81257cbcb;hpb=536dd54d55f99936ffcdb3eaa39d44f5ec3114a3;p=bluesky.git diff --git a/microbench/run2.sh b/microbench/run2.sh index fbfbc25..d01a3a3 100755 --- a/microbench/run2.sh +++ b/microbench/run2.sh @@ -34,6 +34,7 @@ BENCH_DIRSIZE=128 #for size in 128 256 512 768 1024 1536 2048; do # for filesize in 4 32 256 2048; do +run_experiments() { for size in 128 512 1024 2048; do for filesize in 1024; do BENCH_FILESIZE=$(($filesize * 1024)) @@ -62,3 +63,15 @@ for size in 128 512 1024 2048; do wait $proxy_pid done done +} + +BLUESKY_TARGET=native +run_experiments + +BENCH_WRITERATIO=1.0 +run_experiments + +ssh -l root $PROXY pkill -TERM lockmem + +BLUESKY_TARGET=s3 +run_experiments