X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Frun2.sh;h=75b61de730ed95d7d0c42075d86f32fcb8a49828;hb=c2dd6d8db81e94e1448f2cd4ea405d7c4cbd25c9;hp=cd17e678744c193cefc125ea781c621657364aee;hpb=99cce1b17459f1b9e7dbddf1df2bae3575cdc1fa;p=bluesky.git diff --git a/microbench/run2.sh b/microbench/run2.sh index cd17e67..75b61de 100755 --- a/microbench/run2.sh +++ b/microbench/run2.sh @@ -11,6 +11,7 @@ ops_list="1000 500 200 100 50 20 10" run_one() { PREFIX=$1 + BLUESKY_RUN_NAME=$PREFIX $HOME/bin/s3-cleanup.py mvrable-bluesky $HOME/bin/s3-cleanup.py mvrable-bluesky-west run_cmd $PROXY cleanup-proxy @@ -21,9 +22,10 @@ run_one() { for BENCH_OPS in $ops_list; do sleep 10 + BLUESKY_RUN_NAME=$PREFIX-$BENCH_OPS echo "SETTINGS:" $(get_params) - get_params >$PREFIX-$BENCH_OPS.settings - (date; run_cmd $BENCHER run-benchmark) | tee $PREFIX-$BENCH_OPS.results + get_params >$BLUESKY_RUN_NAME.settings + (date; run_cmd $BENCHER run-benchmark) | tee $BLUESKY_RUN_NAME.results done run_cmd $PROXY stop-proxy