Script to combine the stats of two runs
authorDennis Schafroth <dennis@indexdata.com>
Mon, 17 May 2010 12:14:47 +0000 (14:14 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 17 May 2010 12:14:47 +0000 (14:14 +0200)
perf/bash/plot_combine_runs.sh [new file with mode: 0644]

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)' "