X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fplot.dem;h=5983849c12e4cff9988ec5616239182771baa6ad;hb=c126f98b685389719342f338083e39f7fcbc42b3;hp=f5b20d6312c50282045e00f26dafb12dda5d7eca;hpb=f3ced7d9ab3c492a9f27678cddefea291b4e3bd4;p=idzebra-moved-to-github.git diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem index f5b20d6..5983849 100755 --- a/test/dmoz/plot.dem +++ b/test/dmoz/plot.dem @@ -1,6 +1,6 @@ -set output "times-d.ps" +set output "times-b.ps" set terminal postscript -set title "ISAM-d Thu Jun 20 09:26:52 CEST 2002" +set title "ISAM-b Thu Jun 20 10:33:55 CEST 2002" set xlabel "runs" set ylabel "seconds" -plot [0:] [0:] 'times-d.log' using 2 title 'real' with linespoints, 'times-d.log' using 3 title 'user' with linespoints, 'times-d.log' using 4 title 'sys' with linespoints +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