From ddf2eb42a6c93adebc4e30e79a3ee83c28e320bd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Jun 2002 09:00:28 +0000 Subject: [PATCH] with isamd --- test/dmoz/all.sh | 3 ++- test/dmoz/plot.dem | 8 +++++++- test/dmoz/zebra-d.cfg | 14 ++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 test/dmoz/zebra-d.cfg diff --git a/test/dmoz/all.sh b/test/dmoz/all.sh index 7940d5d..07cff84 100755 --- a/test/dmoz/all.sh +++ b/test/dmoz/all.sh @@ -1,5 +1,6 @@ #!/bin/sh -# $Id: all.sh,v 1.2 2002-06-19 08:32:34 adam Exp $ +# $Id: all.sh,v 1.3 2002-06-19 09:00:28 adam Exp $ ./update.sh b ./update.sh c +./update.sh d gnuplot plot.dem diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem index 7be3aba..9b8c294 100755 --- a/test/dmoz/plot.dem +++ b/test/dmoz/plot.dem @@ -1,6 +1,12 @@ set xlabel "runs" set ylabel "seconds" -plot [0:] [0:] 'times-c.log' using 3 title 'ISAMC(user)' with linespoints, 'times-b.log' using 3 title 'ISAMB(user)' with linespoints, 'times-c.log' using 2 title 'ISAMC(total)' with linespoints,'times-b.log' using 2 title 'ISAMB(total)' with linespoints +plot [0:] [0:] \ + 'times-b.log' using 3 title 'ISAMB(user)' with linespoints, \ + 'times-b.log' using 2 title 'ISAMB(total)' with linespoints, \ + 'times-c.log' using 3 title 'ISAMC(user)' with linespoints, \ + 'times-c.log' using 2 title 'ISAMC(total)' with linespoints, \ + 'times-d.log' using 3 title 'ISAMD(user)' with linespoints, \ + 'times-d.log' using 2 title 'ISAMD(total)' with linespoints set output "times.ps" set terminal postscript replot diff --git a/test/dmoz/zebra-d.cfg b/test/dmoz/zebra-d.cfg new file mode 100644 index 0000000..1eb083f --- /dev/null +++ b/test/dmoz/zebra-d.cfg @@ -0,0 +1,14 @@ +# $Id: zebra-d.cfg,v 1.1 2002-06-19 09:00:28 adam Exp $ +profilePath: .:../../tab:../../../yaz/tab + +# Files that describe the attribute sets supported. +attset: bib1.att +attset: gils.att +attset: explain.att + +recordtype: grs.sgml + +#storekeys: 1 +#storedata: 1 +#recordId: (bib1,identifier-standard) +isam: d -- 1.7.10.4