Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 May 2010 12:58:46 +0000 (14:58 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 May 2010 12:58:46 +0000 (14:58 +0200)
1  2 
perf/bash/par.sh

diff --combined perf/bash/par.sh
@@@ -4,7 -4,7 +4,7 @@@ WAIT=
  NUMBER=10
  ROUNDS=5
  PORT=9004
- SERVICE=perf
+ SERVICE=perf_t
  SHUTDOWN=1
  if test -n "$1"; then
        . $1
@@@ -23,5 -23,5 +23,5 @@@ while test $r -lt $ROUNDS; d
  done
  wait
  if [ "$SHUTDOWN" == "1" ] ; then 
 -    wget -O x "http://localhost:${PORT}/?command=exit"
 +    wget -O x "http://localhost:${PORT}/search.pz2?command=exit"
  fi