Mercurial > hg > Papers > 2013 > shoshi-master-2013 > paper
view 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 source
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"