annotate benchmark_bldsv10/gen_pdf.plt @ 8:b75c564064a8 default tip

fix undefined reference , multiply defined references
author Shoshi TAMAKI
date Thu, 21 Feb 2013 22:53:20 +0900
parents 44a95cddab8a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
1 set xrange [1:45]
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
2 set xlabel "number of nodes"
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
3 set ylabel "avarage time (sec)"
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
4 set datafile separator ","
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
5 set terminal pdf
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
6
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
7 set output "read_bldsv10.pdf"
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
8
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
9 plot "read_cassandra.csv" using 1:2 with lines linecolor rgbcolor "red" title "cassandra" , "read_jungle.csv" using 1:2 with lines linecolor rgbcolor "blue" title "jungle"
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
10
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
11 set output "write_bldsv10.pdf"
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
12
44a95cddab8a added benchmark results and graphs and gnuplot script
Shoshi TAMAKI
parents:
diff changeset
13 plot "write_cassandra.csv" using 1:2 with lines linecolor rgbcolor "red" title "cassandra" , "write_jungle.csv" using 1:2 with lines linecolor rgbcolor "blue" title "jungle"