comparison 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
comparison
equal deleted inserted replaced
6:cb119ddfe7e2 7:44a95cddab8a
1 set xrange [1:45]
2 set xlabel "number of nodes"
3 set ylabel "avarage time (sec)"
4 set datafile separator ","
5 set terminal pdf
6
7 set output "read_bldsv10.pdf"
8
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"
10
11 set output "write_bldsv10.pdf"
12
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"