Mercurial > hg > Papers > 2014 > toma-master
view paper/benchmark/read/read.plt @ 81:ccf8c4a97ae7
add sign page
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 03 Mar 2014 17:36:54 +0900 |
parents | 17676e245515 |
children |
line wrap: on
line source
set terminal postscript eps set output "read.eps" set xrange [1:12] set xlabel "number of cpus" set ylabel "speedup" plot "read.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "red" title "jungle read", "linear.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "blue" title "linear"