Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
[pazpar2-moved-to-github.git] / perf / bash / plot_combine_runs.sh
diff --git a/perf/bash/plot_combine_runs.sh b/perf/bash/plot_combine_runs.sh
new file mode 100644 (file)
index 0000000..e2a6665
--- /dev/null
@@ -0,0 +1,7 @@
+echo set terminal pdf 
+echo set output \"combined_init.pdf\" 
+echo "plot '../run_20100511_150215/range.stat' using 1:2 title 'init(marcxml)', '../run_20100511_152140/range.stat' using 1:2 title 'init(turbomarc)' "
+echo set output \"combined_search.pdf\"
+echo "plot '../run_20100511_150215/range.stat' using 1:3 title 'search(marcxml)', '../run_20100511_152140/range.stat' using 1:3 title 'search(turbomarc)' " 
+echo set output \"combined_show.pdf\"
+echo "plot '../run_20100511_150215/range.stat' using 1:4 title 'show(marcxml)', '../run_20100511_152140/range.stat' using 1:4 title 'show(turbomarc)' "