From: Adam Dickmeiss Date: Mon, 22 Mar 2010 12:52:35 +0000 (+0100) Subject: client.sh: using service perf; not perf_t. X-Git-Tag: v1.4.0~66 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=8f8357dcdb83ee79a40da189387140ea90d2869c;p=pazpar2-moved-to-github.git client.sh: using service perf; not perf_t. --- 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