diff paper/gnuplot/bldsv12/makegraph_bldsv12_read.sh @ 57:39c2180b5719

Added log
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 31 Jan 2014 23:33:49 +0900
parents cff4aee4fcf6
children d24492455ead f257e8ebd79c
line wrap: on
line diff
--- a/paper/gnuplot/bldsv12/makegraph_bldsv12_read.sh	Fri Jan 31 21:37:40 2014 +0900
+++ b/paper/gnuplot/bldsv12/makegraph_bldsv12_read.sh	Fri Jan 31 23:33:49 2014 +0900
@@ -3,7 +3,7 @@
 set terminal postscript eps
 set output 'bldsv12_read_bench.eps'
 set title 'Single node read benchmark (Requests : clients * 20,000)'
-set xrange[8:48]
+set xrange[8:60]
 set xlabel 'number of clients'
 set ylabel 'time(sec)'
 plot 'bldsv12_read_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'bldsv12_read_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "red" with errorbars