Added new test which makes variations to ISAM entry size.
[idzebra-moved-to-github.git] / isamb / bench2.plt
diff --git a/isamb/bench2.plt b/isamb/bench2.plt
new file mode 100644 (file)
index 0000000..7c62ea2
--- /dev/null
@@ -0,0 +1,8 @@
+set terminal postscript eps
+set output "bench2.eps"
+set xlabel "R"
+set ylabel "time"
+plot "bench2.0.dat" title "0" with linespoints, \
+     "bench2.4.dat" title "4" with linespoints, \
+     "bench2.8.dat" title "8" with linespoints, \
+     "bench2.12.dat" title "12" with linespoints