X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perf%2Fbash%2Fpar.sh;fp=perf%2Fbash%2Fpar.sh;h=881e171209f051aa70a2506e3e80cda20b02c69f;hb=adc1b6d30cf6fa1a9750e8a5d92b7828a71f54de;hp=fb4e94525868f7886f75805cf9462c1bd030a714;hpb=b5417c9becc9374970044acacb2f7d733dd378b0;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