Added gnuplot scripts for dictisam timings, filesystems comparisons.
[idzebra-moved-to-github.git] / isamb / dictisam.plt
diff --git a/isamb/dictisam.plt b/isamb/dictisam.plt
new file mode 100644 (file)
index 0000000..0bf4215
--- /dev/null
@@ -0,0 +1,11 @@
+# $Id: dictisam.plt,v 1.1 2006-12-12 13:54:33 adam Exp $
+# Plot isam + isamb times from output of benchindex1
+set terminal x11
+#set terminal postscript eps
+#set output "dictisam.eps"
+set xlabel "Run"
+set ylabel "time (seconds)"
+plot "4.jfs.dat" title "jfs 4" with lines, \
+     "4.jfs.dat" using 1:3 title  "jfs 4 dict" with lines, \
+     "4.jfs.dat" using 1:6 title  "jfs 4 isam" with lines
+pause 60