Entity example
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Apr 2010 09:04:37 +0000 (11:04 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Apr 2010 09:04:37 +0000 (11:04 +0200)
perf/ztest/perf.xml

index ecfd8e2..6777f3c 100644 (file)
@@ -1,9 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE x
+[
+       <!ENTITY parm "?search-delay=0.1:0:5">
+]
+>
 <service id="perf" xmlns="http://www.indexdata.com/pazpar2/1.0">
   <timeout session="60" z3950_operation="30" z3950_session="180"/>
-  
   <settings target="*">
-    <set target="localhost:9999/db01" name="pz:name" value="db01"/>
+    <set target="localhost:9999/db01&parm;" name="pz:name" value="db01"/>
     <set target="localhost:9999/db02" name="pz:name" value="db02"/>
     <set target="localhost:9999/db03" name="pz:name" value="db03"/>
     <set target="localhost:9999/db04" name="pz:name" value="db04"/>