Deb: idzebra-2.0-utils includes init.d script
[idzebra-moved-to-github.git] / isamb / dictisam.plt
1 # Plot isam + isamb times from output of benchindex1
2 set terminal x11
3 #set terminal postscript eps
4 #set output "dictisam.eps"
5 set xlabel "Run"
6 set ylabel "time (seconds)"
7 plot "4.jfs.dat" title "jfs 4" with lines, \
8      "4.jfs.dat" using 1:3 title  "jfs 4 dict" with lines, \
9      "4.jfs.dat" using 1:6 title  "jfs 4 isam" with lines
10 pause 60