Mercurial > hg > Papers > 2014 > toma-master
annotate paper/benchmark/warp/warp.plt @ 70:0b1a059c49fa
fix
author | kono |
---|---|
date | Thu, 13 Feb 2014 12:08:24 +0900 |
parents | 0644825c43ac |
children |
rev | line source |
---|---|
58 | 1 set terminal postscript eps |
2 set output "warp.eps" | |
3 | |
4 set xrange [1:8] | |
5 set xlabel "number of cpus" | |
6 set ylabel "req/s" | |
7 | |
59
0644825c43ac
add ghc 7.6.3 benchmark
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
58
diff
changeset
|
8 plot "online.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "red" title "online", "offline.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "blue" title "offline", "ghc.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "black" title "GHC 7.6.3" |
0644825c43ac
add ghc 7.6.3 benchmark
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
58
diff
changeset
|
9 |