X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=perf%2Fbash%2Fpar.sh;h=881e171209f051aa70a2506e3e80cda20b02c69f;hb=67b806b25c04cdda7278465419cf1d7de3ef7cbf;hp=fb4e94525868f7886f75805cf9462c1bd030a714;hpb=e006b6036fb2947abe8db08881bb758ffd77d72c;p=pazpar2-moved-to-github.git diff --git a/perf/bash/par.sh b/perf/bash/par.sh index fb4e945..881e171 100755 --- a/perf/bash/par.sh +++ b/perf/bash/par.sh @@ -14,7 +14,7 @@ while test $r -lt $ROUNDS; do echo "$r" let i=0 while test $i -lt $NUMBER; do - ./client.sh $r.$i $PORT $SERVICE $SETTINGS >$r.$i.log 2>&1 & + ./client.sh --outfile=$r.$i --prefix=http://localhost:${PORT}/search.pz2 --service=$SERVICE >$r.$i.log 2>&1 & sleep $DELAY let i=$i+1 done