Mercurial > hg > Papers > 2014 > toma-master
view paper/benchmark/bbs/bbs.plt @ 70:0b1a059c49fa
fix
author | kono |
---|---|
date | Thu, 13 Feb 2014 12:08:24 +0900 |
parents | 7403d5ee2c92 |
children |
line wrap: on
line source
set terminal postscript eps set output "bbs.eps" set xrange [1:8] set xlabel "number of cpus" set ylabel "req/s" plot "read.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "red" title "read", "write.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "blue" title "write"