Added some performance test utilities.
[idzebra-moved-to-github.git] / isamb / bench1.plt
diff --git a/isamb/bench1.plt b/isamb/bench1.plt
new file mode 100644 (file)
index 0000000..a6c3f35
--- /dev/null
@@ -0,0 +1,8 @@
+set terminal postscript eps
+set output "bench1.eps"
+set xlabel "R"
+set ylabel "time"
+plot "1000x1000.dat" title "isam 1000" with linespoints, \
+     "100x10000.dat" title "isam 100" with linespoints, \
+     "10x100000.dat" title "isam 10" with linespoints, \
+     "1x1000000.dat" title "isam 1" with linespoints