Mercurial > hg > Papers > 2013 > shoshi-master-2013 > paper
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/benchmark_bldsv10/gen_pdf.plt Wed Feb 20 20:09:12 2013 +0900 @@ -0,0 +1,13 @@ +set xrange [1:45] +set xlabel "number of nodes" +set ylabel "avarage time (sec)" +set datafile separator "," +set terminal pdf + +set output "read_bldsv10.pdf" + +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" + +set output "write_bldsv10.pdf" + +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"