set output "times-b.ps"
set terminal postscript
-set title "ISAM-b Thu Jun 20 10:33:55 CEST 2002"
+set title "ISAM-b Mon Jul 15 13:16:34 CEST 2002"
set xlabel "runs"
set ylabel "seconds"
plot [0:] [0:] 'times-b.log' using 2 title 'real' with linespoints, 'times-b.log' using 3 title 'user' with linespoints, 'times-b.log' using 4 title 'sys' with linespoints
#!/bin/sh
-# $Id: update.sh,v 1.9 2002-07-03 10:13:30 adam Exp $
+# $Id: update.sh,v 1.10 2002-07-15 11:48:21 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
grep ' zebraidx times:' zebraidx-$t.log | sed 's/.*zebraidx times://g' >>times-$t.log
- test -d rtmp || mkdir rtmp
- cp *.mf rtmp
- rm -f *.mf
- mv rtmp/*.mf .
-
i=`expr $i + 1`
- mod=`expr $i % 5`
+ 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