X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=perf%2Fbash%2Fclient.sh;h=c48e89e107e384842cc555a712aacf9c1db04dea;hb=8f8357dcdb83ee79a40da189387140ea90d2869c;hp=aced882a4924cd52fa594eafbca50cf6b56d9272;hpb=9acc1c1db53cec2c6ca8406f8dc62e958e939ac8;p=pazpar2-moved-to-github.git diff --git a/perf/bash/client.sh b/perf/bash/client.sh index aced882..c48e89e 100755 --- a/perf/bash/client.sh +++ b/perf/bash/client.sh @@ -11,7 +11,7 @@ fi H="http://localhost:${PORT}/search.pz2" -wget -q -O $OF.init.xml "$H/?command=init&service=perf_t&extra=$OF" +wget -q -O $OF.init.xml "$H/?command=init&service=perf&extra=$OF" S=`xsltproc get_session.xsl $OF.init.xml` wget -q -O $OF.search.xml "$H?command=search&query=100&session=$S" sleep 1