0bf421568149b8189f8b216b5857f17aba115ac8
[idzebra-moved-to-github.git] / isamb / dictisam.plt
1 # $Id: dictisam.plt,v 1.1 2006-12-12 13:54:33 adam Exp $
2 # Plot isam + isamb times from output of benchindex1
3 set terminal x11
4 #set terminal postscript eps
5 #set output "dictisam.eps"
6 set xlabel "Run"
7 set ylabel "time (seconds)"
8 plot "4.jfs.dat" title "jfs 4" with lines, \
9      "4.jfs.dat" using 1:3 title  "jfs 4 dict" with lines, \
10      "4.jfs.dat" using 1:6 title  "jfs 4 isam" with lines
11 pause 60