view paper/benchmark/read7.8/read.plt @ 52:9a75333cc202

add read benchmark
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Mon, 10 Feb 2014 06:25:52 +0900
parents
children 183b0cf6267e
line wrap: on
line source

set terminal postscript eps
set output "read.eps"

set xrange [1:24]
set xlabel "number of cpus"
set ylabel "speedup"

plot "read.dat" using 1:2 with lines linewidth 2 linecolor rgbcolor "red" title "read", "read_with_qa.dat" using 1:2 with lines linewidth 2 linecolor rgbcolor "navy" title "read with affinity", "linear.dat" using 1:2 with lines linewidth 2 linecolor rgbcolor "purple" title "linear"