annotate paper/benchmark/warp/ghc.plt @ 70:0b1a059c49fa

fix
author kono
date Thu, 13 Feb 2014 12:08:24 +0900
parents 5e4ff17a519c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
68
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 set terminal postscript eps
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 set output "ghc.eps"
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 set xrange [1:8]
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 set xlabel "number of cpus"
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 set ylabel "req/s"
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 plot "offline.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "red" title "GHC 7.8 RC1", "ghc.dat" using 1:2 with linespoints linewidth 1 linecolor rgbcolor "blue" title "GHC 7.6.3"
Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9