Mercurial > hg > Papers > 2014 > toma-master
view paper/benchmark/write/write.plt @ 83:9c261a9dea38 default tip
Fixed spell miss
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 05 Mar 2014 19:53:55 +0900 |
parents | 17676e245515 |
children |
line wrap: on
line source
set terminal postscript eps set output "write.eps" set xrange [1:12] set xlabel "number of cpus" set ylabel "speedup" plot "write.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "red" title "jungle write", "linear.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "blue" title "linear"