client.sh: using service perf; not perf_t.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Mar 2010 12:52:35 +0000 (13:52 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Mar 2010 12:52:35 +0000 (13:52 +0100)
perf/bash/client.sh

index aced882..c48e89e 100755 (executable)
@@ -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