X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fdmoz%2Fupdate.sh;h=94787211855e10908027539665065f915bfae725;hp=c1c113ea2c1914edf8c48b249ed5e81dc94d5120;hb=97a7adeb9e5059463f039495cc01cfa448463a27;hpb=1e739c60397fc5274dba921252b63df2664bdb49 diff --git a/test/dmoz/update.sh b/test/dmoz/update.sh index c1c113e..9478721 100755 --- a/test/dmoz/update.sh +++ b/test/dmoz/update.sh @@ -1,7 +1,9 @@ #!/bin/sh -# $Id: update.sh,v 1.4 2002-06-19 11:37:11 adam Exp $ t=$1 test -n "$t" || exit 1 +test -d reg-$t && rm -fr reg-$t +mkdir reg-$t + rm -f *.mf *.LCK *.tmp ../../index/zebraidx -l zebraidx-$t.log init i=0 @@ -10,24 +12,32 @@ while test -f dmoz.$i.xml; do echo -n "$i " >>times-$1.log rm -f zebraidx-$t.log ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg -f 10 update dmoz.$i.xml + grep ' zebraidx times:' zebraidx-$t.log | sed 's/.*zebraidx times://g' >>times-$t.log - ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg stat >>stat-$t.log + i=`expr $i + 1` + mod=`expr $i % 50` + if test $mod -eq 0; then + echo "run $i" >> stat-$t.log + ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg stat >>stat-$t.log + fi if test $i = 30; then break fi done +title="ISAM-$t `date`" + cat >plot.dem <