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