X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perf%2Fbash%2Fplot_combine_runs.sh;fp=perf%2Fbash%2Fplot_combine_runs.sh;h=e2a6665c3da9e7d6fca9aa099605f99e6e59e7b9;hb=16a3691d935984ed491d6f163ae06f471e5916d3;hp=0000000000000000000000000000000000000000;hpb=28fff86b10e9fea82b950a441a4733a6eb5ecec7;p=pazpar2-moved-to-github.git diff --git a/perf/bash/plot_combine_runs.sh b/perf/bash/plot_combine_runs.sh new file mode 100644 index 0000000..e2a6665 --- /dev/null +++ b/perf/bash/plot_combine_runs.sh @@ -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)' "