annotate benchmark_bldsv10/gen_pdf.plt @ 7:44a95cddab8a

added benchmark results and graphs and gnuplot script
author Shoshi TAMAKI
date Wed, 20 Feb 2013 20:09:12 +0900
parents
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"