X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fupdate.sh;fp=test%2Fdmoz%2Fupdate.sh;h=c1c113ea2c1914edf8c48b249ed5e81dc94d5120;hb=1e739c60397fc5274dba921252b63df2664bdb49;hp=e99e2bb2b5231abbd7972c4fd468d83a79e2d3e9;hpb=1dec188ccbdafb0ec7b7c98857d701a7b77d46a1;p=idzebra-moved-to-github.git diff --git a/test/dmoz/update.sh b/test/dmoz/update.sh index e99e2bb..c1c113e 100755 --- a/test/dmoz/update.sh +++ b/test/dmoz/update.sh @@ -1,14 +1,16 @@ #!/bin/sh -# $Id: update.sh,v 1.3 2002-06-19 10:29:18 adam Exp $ +# $Id: update.sh,v 1.4 2002-06-19 11:37:11 adam Exp $ t=$1 test -n "$t" || exit 1 rm -f *.mf *.LCK *.tmp -../../index/zebraidx -l zebraidx.log init +../../index/zebraidx -l zebraidx-$t.log init i=0 -rm -f times-$t.log zebraidx-$t.log stat-$t.log +rm -f times-$t.log stat-$t.log while test -f dmoz.$i.xml; do echo -n "$i " >>times-$1.log - /usr/bin/time -f '%e %U %S %P' -a -o times-$t.log ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg -f 10 update dmoz.$i.xml + 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` if test $i = 30; then